diff --git a/m4/compiler_options.m4 b/m4/compiler_options.m4 index e2f51c4838..4a11305981 100644 --- a/m4/compiler_options.m4 +++ b/m4/compiler_options.m4 @@ -62,6 +62,7 @@ if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then fi for option in \ + -Wimplicit-fallthrough \ -Wshadow \ -Wmissing-declarations \ -Wmissing-prototypes \