Chromium Code Reviews| 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 |