X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fexit-fast%2FMakefile.am;fp=tests%2Fregression%2Fust%2Fexit-fast%2FMakefile.am;h=30f05966be72102c915f3276fc3111006f70b269;hp=7ae169706c4a1d2433178baacd107e7de60b7528;hb=1970828049d051d5cb485dfab995081b4550fd2a;hpb=8471c10564859a5dc4a6e2ba39e8d9fdfba26e62 diff --git a/tests/regression/ust/exit-fast/Makefile.am b/tests/regression/ust/exit-fast/Makefile.am index 7ae169706..30f05966b 100644 --- a/tests/regression/ust/exit-fast/Makefile.am +++ b/tests/regression/ust/exit-fast/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 = exit-fast exit_fast_SOURCES = exit-fast.c ust_tests_exitfast.h exit_fast_LDADD = $(UST_LIBS) $(DL_LIBS)