Commit 6d4de8d1 authored by thakis@chromium.org's avatar thakis@chromium.org

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
parent a9a92a18
......@@ -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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment