From: Junio C Hamano Date: Mon, 11 Nov 2013 22:52:54 +0000 (-0800) Subject: Meta/Make: check for -Wvla X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d745f7f6339fb0d2689a5a7f8a48fc8976aba0d;p=thirdparty%2Fgit.git Meta/Make: check for -Wvla --- diff --git a/Make b/Make 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