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: http://src.chromium.org/svn/trunk/src/build@132367 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
cb5a1ed320
Коммит
fa7edce4f8
|
@ -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',
|
||||
|
|
Загрузка…
Ссылка в новой задаче