From: Junio C Hamano Date: Fri, 19 Jul 2013 00:33:37 +0000 (-0700) Subject: Meta/Make: use -Wno-format-zero-length by default X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea4359883f631dd95108cc719033e7658dce39ad;p=thirdparty%2Fgit.git Meta/Make: use -Wno-format-zero-length by default --- 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