X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Ftype-declarations%2FMakefile.am;h=64bb56ce1f77b322d664ac9bf9267bd0053b595c;hb=2a05e025c52eda43f8ebafdbe6f47dc0e80efa77;hp=f24a8fbd5cb92c77236c3a67147dc1c2bf96a4fb;hpb=9d16b343fb9e781fc8d8fa3c448a3f382306dd33;p=lttng-tools.git diff --git a/tests/regression/ust/type-declarations/Makefile.am b/tests/regression/ust/type-declarations/Makefile.am index f24a8fbd5..64bb56ce1 100644 --- a/tests/regression/ust/type-declarations/Makefile.am +++ b/tests/regression/ust/type-declarations/Makefile.am @@ -2,6 +2,10 @@ AM_CPPFLAGS += -I$(srcdir) +# Disable some warnings flags to accomodate the tracepoint headers +AM_CFLAGS += \ + -Wno-redundant-decls + noinst_PROGRAMS = type-declarations type_declarations_SOURCES = type-declarations.c ust_tests_td.h type_declarations_LDADD = $(UST_LIBS) $(DL_LIBS)