configure: disable -Wmaybe-uninitialized
[babeltrace.git] / configure.ac
index f1cc77d0e1658219b209f302c10081c4953195bb..89884d973eb7b7bc85b4a0024bfe6b97a35db7ea 100644 (file)
@@ -733,6 +733,7 @@ m4_define([WARN_FLAGS_LIST], [ dnl
   dnl Ref: https://github.com/swig/swig/issues/1259
   -Wno-cast-function-type dnl
   -Wno-missing-field-initializers dnl
+  -Wno-maybe-uninitialized dnl
 ])
 
 # Pass -Werror as an extra flag during the test: this is needed to make the
This page took 0.023095 seconds and 4 git commands to generate.