add compile warning for variable-length-array

This commit is contained in:
Pascal Massimino 2011-06-20 17:42:25 -07:00
parent 5a18eb1a31
commit 13ed94b8ad

View File

@ -41,6 +41,7 @@ EXTRA_FLAGS += -Wextra -Wold-style-definition
EXTRA_FLAGS += -Wmissing-prototypes
EXTRA_FLAGS += -Wmissing-declarations
EXTRA_FLAGS += -Wdeclaration-after-statement
EXTRA_FLAGS += -Wvla
#### Nothing should normally be changed below this line ####