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

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

Issue 2955643002: clang/win: Enable -Wmicrosoft-enum-forward-reference (Closed)
Patch Set: remove Created 3 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 | remoting/host/win/BUILD.gn » ('j') | 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 d9c70b42a3ddf494dfae7e6786139b297462c931..d6392d1df7b2618bd3a7ba5a86129f039aa9babb 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -1075,7 +1075,6 @@ config("default_warnings") {
# TODO(hans): Make this list shorter eventually, http://crbug.com/504657
"-Wno-unknown-pragmas", # http://crbug.com/505314
"-Wno-microsoft-cast", # http://crbug.com/550065
- "-Wno-microsoft-enum-forward-reference", # http://crbug.com/718880
]
}
} else {
« no previous file with comments | « no previous file | remoting/host/win/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698