X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fust-dl%2FMakefile.am;fp=tests%2Fregression%2Fust%2Fust-dl%2FMakefile.am;h=366b02bb0eb9daf13e10847a77e00bd8cee653cc;hp=2176b23bce4855bf770253ffc1304e646dc0155f;hb=1970828049d051d5cb485dfab995081b4550fd2a;hpb=8471c10564859a5dc4a6e2ba39e8d9fdfba26e62 diff --git a/tests/regression/ust/ust-dl/Makefile.am b/tests/regression/ust/ust-dl/Makefile.am index 2176b23bc..366b02bb0 100644 --- a/tests/regression/ust/ust-dl/Makefile.am +++ b/tests/regression/ust/ust-dl/Makefile.am @@ -19,6 +19,10 @@ objcopy_verbose_0 = @echo " OBJCOPY " $@; AM_CPPFLAGS += -I$(srcdir) -g +# Disable some warnings flags to accomodate the tracepoint headers +AM_CFLAGS += \ + -Wno-redundant-decls + noinst_PROGRAMS = prog prog_SOURCES = prog.c prog_LDADD = $(DL_LIBS)