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

Unified Diff: build/common.gypi

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 | « base/win/win_util.cc ('k') | 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 54e265d91ad05eda93028fd02c2b0eff143b8467..1d2537c7e76164c039cdb4fdcd2de59519c98603 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -5714,7 +5714,6 @@
'-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/505300
'-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 | « base/win/win_util.cc ('k') | build/config/compiler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698