Meta/Make: check for -Wvla
Junio C Hamano committed
Nov 11, 2013 at 14:52 UTC
6d745f7f6339fb0d2689a5a7f8a48fc8976aba0d
1 file changed
+1
-1
Make
+1
-1
index ee4f266851..b18be7769c 100755
--- a/Make
+++ b/Make
@@ -56,7 +56,7 @@ do
)
done
-Wall="-Wall -Wdeclaration-after-statement -Wno-format-zero-length${Wall+ $Wall}"
+Wall="-Wall -Wvla -Wdeclaration-after-statement -Wno-format-zero-length${Wall+ $Wall}"
tests= jobs= skip= oldtest= with_dash=
case `uname` in