X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fust%2Flinking%2FMakefile.am;h=5edcb9374b5283d8def88a8022b71318f4f1424a;hp=424afd1c5776a8cc89bec902d701f6ecf66c0a9e;hb=1970828049d051d5cb485dfab995081b4550fd2a;hpb=8471c10564859a5dc4a6e2ba39e8d9fdfba26e62 diff --git a/tests/regression/ust/linking/Makefile.am b/tests/regression/ust/linking/Makefile.am index 424afd1c5..5edcb9374 100644 --- a/tests/regression/ust/linking/Makefile.am +++ b/tests/regression/ust/linking/Makefile.am @@ -7,6 +7,10 @@ # so disable that. AM_CPPFLAGS += -I$(srcdir) -Wsystem-headers -Wno-format-nonliteral +# Disable some warnings flags to accomodate the tracepoint headers +AM_CFLAGS += \ + -Wno-redundant-decls + # Set LIBS to nothing so the application does not link on useless # libraries. LIBS =