summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-04 23:06:32 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-04 23:06:32 +0000
commitcdeb6824bdb788cba5d25ff9e904ed156e55cb96 (patch)
tree8c060c71adf72bdfc2696813b255f7237d2efe30 /build
parentc06ecf7ce927d1c4646a5c3c318dd454f223affb (diff)
downloadchromium_src-cdeb6824bdb788cba5d25ff9e904ed156e55cb96.zip
chromium_src-cdeb6824bdb788cba5d25ff9e904ed156e55cb96.tar.gz
chromium_src-cdeb6824bdb788cba5d25ff9e904ed156e55cb96.tar.bz2
clang: Remove -Wno-format now that our clang understands %as in c++.
BUG=none TEST=builds TBR=hans Review URL: http://codereview.chromium.org/8983031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116397 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 1161003..7e0f3cb 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1979,9 +1979,6 @@
# This (rightyfully) complains about 'override', which we use
# heavily.
'-Wno-c++11-extensions',
- # TODO(thakis): Reenable this once clang stops complaining about
- # %as in format strings.
- '-Wno-format',
],
'cflags!': [
# Clang doesn't seem to know know this flag.