Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 209274c2cd7bbdaf500c77d295ebf400a33e4469..d24e69d6442af67316c5fede7d387e8dc9c8cdc4 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -190,12 +190,9 @@ |
'msvs_disabled_warnings': [ |
4100, # Unreferenced formal parameter. |
4127, # Conditional expression is constant. |
- 4201, # Nonstandard extension used : nameless struct/union. |
- 4324, # 'X' was padded due to __declspec(align()). |
4351, # New behavior: elements of array will be default initialized. |
4530, # Exceptions are disabled. |
4702, # Unreachable code. https://crbug.com/346399 |
- 4706, # Assignment within conditional expression. |
4996, # 'X' was declared deprecated. |
], |
'defines': [ |