summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-15 21:55:42 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-15 21:55:42 +0000
commit6d4de8d186b8c63c03b2a3924ad24f3218067861 (patch)
treed5eb1f22cf9bc53b9d3ee2913581c4cb3565b7dd /build
parenta9a92a18c9d0ed689fbde1add30d9222367d0dce (diff)
downloadchromium_src-6d4de8d186b8c63c03b2a3924ad24f3218067861.zip
chromium_src-6d4de8d186b8c63c03b2a3924ad24f3218067861.tar.gz
chromium_src-6d4de8d186b8c63c03b2a3924ad24f3218067861.tar.bz2
clang: Remove -Wno-c++11-compat.
It has been removed from -Wall in clang r143248 (Oct 2011), so there's no need to explicitly disable it. No behavior change. BUG=none TEST=none TBR=hans NOTRY=true Review URL: http://codereview.chromium.org/10097002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132367 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi6
1 files changed, 0 insertions, 6 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 806b5d3..6373c04 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2103,9 +2103,6 @@
# removed when we change to that. (This is also why we don't
# bother fixing all these cases today.)
'-Wno-unnamed-type-template-args',
- # WebKit uses nullptr in a legit way, other that that this warning
- # doesn't fire.
- '-Wno-c++11-compat',
# This (rightyfully) complains about 'override', which we use
# heavily.
'-Wno-c++11-extensions',
@@ -2520,9 +2517,6 @@
'-Wno-unused-function',
# See comments on this flag higher up in this file.
'-Wno-unnamed-type-template-args',
- # WebKit uses nullptr in a legit way, other that that this
- # warning doesn't fire.
- '-Wno-c++0x-compat',
# This (rightyfully) complains about 'override', which we use
# heavily.
'-Wno-c++11-extensions',