X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fbaddr-statedump%2FMakefile.am;fp=tests%2Fregression%2Fust%2Fbaddr-statedump%2FMakefile.am;h=f8fe263955ee18b51b906c1fb93545b403933a5e;hp=35de5f9416a3b2eceb9c42251f1a9c5088fd9e74;hb=1970828049d051d5cb485dfab995081b4550fd2a;hpb=8471c10564859a5dc4a6e2ba39e8d9fdfba26e62 diff --git a/tests/regression/ust/baddr-statedump/Makefile.am b/tests/regression/ust/baddr-statedump/Makefile.am index 35de5f941..f8fe26395 100644 --- a/tests/regression/ust/baddr-statedump/Makefile.am +++ b/tests/regression/ust/baddr-statedump/Makefile.am @@ -6,6 +6,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 tp.c tp.h prog_LDADD = $(UST_LIBS) $(DL_LIBS)