X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=89884d973eb7b7bc85b4a0024bfe6b97a35db7ea;hb=827e42e017fc5f525aa39a3851bf2e7e50e887aa;hp=ef7dbc390112a91ee629476f0303e4edd3ebf96b;hpb=d6ed1edd5d1173a1eba44f8011d5dab80b218bd6;p=babeltrace.git diff --git a/configure.ac b/configure.ac index ef7dbc39..89884d97 100644 --- a/configure.ac +++ b/configure.ac @@ -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