From ec39287014cd3cc5469ae88f027a7b1f082599aa Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Thu, 10 Feb 2011 22:38:22 +0000 Subject: linux: switch to -Wno-format Semantically it's the same as -Wformat=0, but Clang only accepts this new one. (A bug has been filed with Clang.) Review URL: http://codereview.chromium.org/6489009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74513 0039d316-1c4b-4281-b951-d872f2087c98 --- build/common.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/common.gypi b/build/common.gypi index 4bc125c..73a57d9 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -679,7 +679,7 @@ '-Wno-deprecated', # Don't warn about printf format problems. # This is off by default in gcc but on in Ubuntu's gcc(!). - '-Wformat=0', + '-Wno-format', ], }], [ 'OS=="win"', { -- cgit v1.1