X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fmulti-lib%2FMakefile.am;fp=tests%2Fregression%2Fust%2Fmulti-lib%2FMakefile.am;h=7fdcb8ac1acdfc03fb9ba87dd9e8ad00fc2951cb;hp=7d869c628eb7adc470608b2c7ff18519882b065e;hb=1970828049d051d5cb485dfab995081b4550fd2a;hpb=8471c10564859a5dc4a6e2ba39e8d9fdfba26e62 diff --git a/tests/regression/ust/multi-lib/Makefile.am b/tests/regression/ust/multi-lib/Makefile.am index 7d869c628..7fdcb8ac1 100644 --- a/tests/regression/ust/multi-lib/Makefile.am +++ b/tests/regression/ust/multi-lib/Makefile.am @@ -1,5 +1,9 @@ # SPDX-License-Identifier: GPL-2.0-only +# Disable some warnings flags to accomodate the tracepoint headers +AM_CFLAGS += \ + -Wno-redundant-decls + noinst_SCRIPTS = test_multi_lib EXTRA_DIST = test_multi_lib noinst_PROGRAMS = exec-with-callsites exec-without-callsites