configure: add '-Wredundant-decls' to warning flags
[lttng-tools.git] / tests / regression / ust / linking / Makefile.am
index 424afd1c5776a8cc89bec902d701f6ecf66c0a9e..5edcb9374b5283d8def88a8022b71318f4f1424a 100644 (file)
@@ -7,6 +7,10 @@
 # so disable that.
 AM_CPPFLAGS += -I$(srcdir) -Wsystem-headers -Wno-format-nonliteral
 
+# Disable some warnings flags to accomodate the tracepoint headers
+AM_CFLAGS += \
+       -Wno-redundant-decls
+
 # Set LIBS to nothing so the application does not link on useless
 # libraries.
 LIBS =
This page took 0.022273 seconds and 4 git commands to generate.