configure: add '-Wredundant-decls' to warning flags
[lttng-tools.git] / tests / regression / ust / multi-lib / Makefile.am
index 7d869c628eb7adc470608b2c7ff18519882b065e..7fdcb8ac1acdfc03fb9ba87dd9e8ad00fc2951cb 100644 (file)
@@ -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
This page took 0.023006 seconds and 4 git commands to generate.