configure: re-enable '-Wunused-parameter'
[babeltrace.git] / src / bindings / python / bt2 / Makefile.am
index 4be841442aa4134eea3979c21367e796ea09f5bd..edbf95b40ae4e460d16e0823c879a74dd2d61a2d 100644 (file)
@@ -124,6 +124,7 @@ WARN_CFLAGS += -Wno-redundant-decls
 
 # For SWIG generated code
 WARN_CFLAGS += -Wno-missing-field-initializers
+WARN_CFLAGS += -Wno-unused-parameter
 
 BUILD_FLAGS=CC="$(CC)" \
                CFLAGS="$(GLIB_CFLAGS) $(AM_CFLAGS) $(CFLAGS) $(WARN_CFLAGS)" \
This page took 0.025099 seconds and 4 git commands to generate.