diff --git a/m4/compiler_options.m4 b/m4/compiler_options.m4 index ccb51f5e6e..c0b07e5b4b 100644 --- a/m4/compiler_options.m4 +++ b/m4/compiler_options.m4 @@ -79,6 +79,7 @@ if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then -Wshift-negative-value \ -Wstrict-prototypes \ -Wundef \ + -Wvla \ -Wno-duplicate-decl-specifier \ -Wno-format-truncation \ -Wno-format-y2k \