Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 6d3a6ed2458362665cba25a1058a88ec724a74b5..534127f03734ade1a3f20826d8817f2b31abebf5 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -2851,6 +2851,10 @@ |
'/wd28301', # Inconsistent SAL annotations |
'/wd6340', # Sign mismatch in function parameter |
'/wd28182', # Dereferencing NULL pointer |
+ # C6285 is ~16% of raw warnings and has low value |
+ '/wd6285', # non-zero constant || non-zero constant |
+ # C6334 is ~80% of raw warnings and has low value |
+ '/wd6334', # sizeof applied to an expression with an operator |
], |
}, |
}, |