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

Unified Diff: build/common.gypi

Issue 1208363002: clang/win: Don't pass -Wno-inconsistent-missing-override twice. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 6 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 | build/config/compiler/BUILD.gn » ('j') | 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 d03bc4a42630cb12b33c3b552d0e2105ea479d4d..65ff24aab1b30acb127bc9d3583141890c5bdd98 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2592,7 +2592,7 @@
# http://crbug.com/255186
'-Wno-deprecated-register',
- # TODO(hans): Get this cleaned up.
+ # TODO(hans): Get this cleaned up, http://crbug.com/428099
'-Wno-inconsistent-missing-override',
],
},
@@ -5731,7 +5731,6 @@
'-Wno-unused-value',
'-Wno-unused-variable',
'-Wno-unused-local-typedef', # http://crbug.com/411648
- '-Wno-inconsistent-missing-override', # http://crbug.com/428099
],
},
}],
« no previous file with comments | « no previous file | build/config/compiler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698