From f258bb20c290e41fff4a74e08ad0e55304a3709a Mon Sep 17 00:00:00 2001 From: Ian Bruene Date: Mon, 26 Nov 2018 13:16:48 -0600 Subject: Removed variable length arrays, added -Wvla compiler option. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index b38aca0e..d86444ec 100644 --- a/SConstruct +++ b/SConstruct @@ -977,7 +977,7 @@ else: for option in ('-Wextra', '-Wall', '-Wno-uninitialized', '-Wno-missing-field-initializers', '-Wcast-align', '-Wmissing-declarations', - '-Wmissing-prototypes', + '-Wmissing-prototypes', "-Wvla", '-Wstrict-prototypes', '-Wpointer-arith', '-Wreturn-type'): if option not in config.env['CFLAGS']: config.CheckCompilerOption(option) -- cgit v1.2.1