Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3008)

Unified Diff: build/common.gypi

Issue 10097002: clang: Remove -Wno-c++11-compat. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 806b5d3faa104acfd267d7b79275b109d8420bc1..6373c041e4923d4cb83f911bf6bd160baa8e27c4 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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698