X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fust%2Foverlap%2Fdemo%2FMakefile.am;fp=tests%2Fregression%2Fust%2Foverlap%2Fdemo%2FMakefile.am;h=dbdf266e04459d57ba68aec344044e47e98c04f9;hp=302baa770472bd735d6b62c0518ca48ae631f939;hb=1970828049d051d5cb485dfab995081b4550fd2a;hpb=8471c10564859a5dc4a6e2ba39e8d9fdfba26e62 diff --git a/tests/regression/ust/overlap/demo/Makefile.am b/tests/regression/ust/overlap/demo/Makefile.am index 302baa770..dbdf266e0 100644 --- a/tests/regression/ust/overlap/demo/Makefile.am +++ b/tests/regression/ust/overlap/demo/Makefile.am @@ -14,6 +14,10 @@ else AM_CPPFLAGS += -I$(srcdir) +# Disable some warnings flags to accomodate the tracepoint headers +AM_CFLAGS += \ + -Wno-redundant-decls + # Force the shared flag on the noinst libraries since they are # only built static by default FORCE_SHARED_LIB_OPTIONS = -module -shared -avoid-version \