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

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

Issue 1216903002: clang/win: Build without -Wno-null-dereference. (Closed) Base URL: ssh://sammc-z620-l.syd/usr/local/google/home/sammc/chrome/src@clang
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') | remoting/base/breakpad_win_unittest.cc » ('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 18d20d987a2ca82c9e64099c8cfd20f18314390a..9a7bc337c0bd39f0bdc962f643a639578580a4a9 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -813,7 +813,6 @@ if (is_win) {
"-Wno-missing-braces", # http://crbug.com/505297
"-Wno-missing-declarations", # http://crbug.com/505298
"-Wno-msvc-include", # http://crbug.com/505299
- "-Wno-null-dereference", # http://crbug.com/
"-Wno-overloaded-virtual", # http://crbug.com/505301
"-Wno-parentheses", # http://crbug.com/505302
"-Wno-pointer-sign", # http://crbug.com/505303
« no previous file with comments | « build/common.gypi ('k') | remoting/base/breakpad_win_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698