From 6d745f7f6339fb0d2689a5a7f8a48fc8976aba0d Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 11 Nov 2013 14:52:54 -0800 Subject: [PATCH] Meta/Make: check for -Wvla --- Make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3