Meta/Make: check for -Wvla

This commit is contained in:
Junio C Hamano
2013-11-11 14:52:54 -08:00
parent 447b158af7
commit 6d745f7f63

2
Make
View File

@@ -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