configure: add '-Wredundant-decls' to warning flags
[lttng-tools.git] / doc / examples / trigger-condition-event-matches / Makefile.am
index cb5512ed0e6e7737cdef4465e606e9671cb5442c..f42b6fe840c47044385f7154785dfa7dcd817155 100644 (file)
@@ -2,6 +2,8 @@
 
 AM_CPPFLAGS += -I$(srcdir)
 
+AM_CFLAGS += -Wno-redundant-decls
+
 LIBLTTNG_CTL=$(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la
 dist_noinst_SCRIPTS = demo.sh
 EXTRA_DIST = README.md
This page took 0.022506 seconds and 4 git commands to generate.