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

Unified Diff: build/config/compiler/BUILD.gn

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 | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/compiler/BUILD.gn
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
index 2c0b455add3903beeaa90c391e9e26ecc1e4299d..2e53c972572f711c3d88991624f00c7e6d9a9c1c 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -811,7 +811,6 @@ if (is_win) {
"-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 | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698