From 2d0da681fbb50bbc4b032fdb24bbb113294170c8 Mon Sep 17 00:00:00 2001 From: James Zern Date: Fri, 22 Jul 2011 18:52:17 -0700 Subject: [PATCH] makefile.unix: disable Wvla by default bad merge from fc7815d restored the flag. Change-Id: Ifbc6c5f78f80934c0ddd26bcd2ea8ea110ab6385 --- makefile.unix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile.unix b/makefile.unix index ab2f143e..72c1c070 100644 --- a/makefile.unix +++ b/makefile.unix @@ -45,7 +45,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 ####