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

Unified Diff: build/common.gypi

Issue 1221503006: clang/win: Build without -Wno-missing-declarations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 ddbbb921506d9038ba096b96f0e795cb6bb35043..1ce9fcf2e84b3bac4b4a798d8bb1a6ea10fafa7f 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -5712,7 +5712,6 @@
'-Wno-logical-op-parentheses', # http://crbug.com/504699
'-Wno-microsoft', # http://crbug.com/505296
'-Wno-missing-braces', # http://crbug.com/505297
- '-Wno-missing-declarations', # http://crbug.com/505298
'-Wno-msvc-include', # http://crbug.com/505299
'-Wno-overloaded-virtual', # http://crbug.com/505301
'-Wno-parentheses', # http://crbug.com/505302
« 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