From ea4359883f631dd95108cc719033e7658dce39ad Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 18 Jul 2013 17:33:37 -0700 Subject: [PATCH] Meta/Make: use -Wno-format-zero-length by default --- Make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make b/Make index 11fb5520b4..6d82012b3f 100755 --- a/Make +++ b/Make @@ -56,7 +56,7 @@ do ) done -Wall='-Wall -Wdeclaration-after-statement' +Wall="-Wall -Wdeclaration-after-statement -Wno-format-zero-length${Wall+ $Wall}" tests= jobs= skip= oldtest= case `uname` in