Merge "makefile.unix: disable -Wvla by default"

This commit is contained in:
James Zern 2011-07-12 13:38:10 -07:00 committed by Code Review
commit bf599d74a4

View File

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