configure: add '-Wredundant-decls' to warning flags
[lttng-tools.git] / tests / regression / ust / overlap / demo / Makefile.am
index 302baa770472bd735d6b62c0518ca48ae631f939..dbdf266e04459d57ba68aec344044e47e98c04f9 100644 (file)
@@ -14,6 +14,10 @@ else
 
 AM_CPPFLAGS += -I$(srcdir)
 
 
 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 \
 # Force the shared flag on the noinst libraries since they are
 # only built static by default
 FORCE_SHARED_LIB_OPTIONS = -module -shared -avoid-version \
This page took 0.023175 seconds and 4 git commands to generate.