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

Unified Diff: build/common.gypi

Issue 1177153007: Use /analyze:WX- instead of /WX- - avoids 3925 D9025 warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding back libexif exclusion from /analyze 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 | third_party/libexif/libexif.gyp » ('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 c853a696d377af5db6001be940bcc9b646478b26..e8cd2ab999b6a0d0a3d3e64a107d05da64d13a83 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2886,8 +2886,7 @@
# override WarnAsError.
# Also, disable various noisy warnings that have low value.
'AdditionalOptions': [
- '/analyze',
- '/WX-',
+ '/analyze:WX-',
'/wd6011', # Dereferencing NULL pointer
'/wd6312', # Possible infinite loop: use of the constant
# EXCEPTION_CONTINUE_EXECUTION in the exception-filter
« no previous file with comments | « no previous file | third_party/libexif/libexif.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698