]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/Make: check for -Wvla
authorJunio C Hamano <gitster@pobox.com>
Mon, 11 Nov 2013 22:52:54 +0000 (14:52 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Nov 2013 22:52:54 +0000 (14:52 -0800)
Make

diff --git a/Make b/Make
index ee4f266851f2052b12de38338e2b9f080181736b..b18be7769c2e1f38be144eedee31068a877b0086 100755 (executable)
--- 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