Fix: bt2: autodisc: remove thread error while inserting status in map
[babeltrace.git] / configure.ac
index ef7dbc390112a91ee629476f0303e4edd3ebf96b..89884d973eb7b7bc85b4a0024bfe6b97a35db7ea 100644 (file)
@@ -716,6 +716,7 @@ m4_define([WARN_FLAGS_LIST], [ dnl
   -Wduplicated-cond dnl
   -Wduplicated-branches dnl
   -Wlogical-op dnl
+  -Wsuggest-override dnl
   -Wno-unused-parameter dnl
   -Wno-sign-compare dnl
   dnl
@@ -732,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.025332 seconds and 4 git commands to generate.