X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Ffiltering%2FMakefile.am;fp=tests%2Fregression%2Ftools%2Ffiltering%2FMakefile.am;h=4a851c32ff17ef8c61316619ca62979c37000f5e;hp=919307e175b79a8c000bf4e9fc10cb01f6483167;hb=1970828049d051d5cb485dfab995081b4550fd2a;hpb=8471c10564859a5dc4a6e2ba39e8d9fdfba26e62 diff --git a/tests/regression/tools/filtering/Makefile.am b/tests/regression/tools/filtering/Makefile.am index 919307e17..4a851c32f 100644 --- a/tests/regression/tools/filtering/Makefile.am +++ b/tests/regression/tools/filtering/Makefile.am @@ -3,6 +3,13 @@ AM_CPPFLAGS += -I$(top_srcdir)/tests -I$(srcdir) if HAVE_LIBLTTNG_UST_CTL +# Disable some warnings flags to accomodate the tracepoint headers +WARN_FLAGS = \ + -Wno-redundant-decls + +AM_CFLAGS += $(WARN_FLAGS) +AM_CXXFLAGS += $(WARN_FLAGS) + noinst_PROGRAMS = gen-ust-events gen_ust_events_SOURCES = gen-ust-events.c tp.c tp.h gen_ust_events_LDADD = $(UST_LIBS) $(DL_LIBS)