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

Unified Diff: build/common.gypi

Issue 1419953006: win: Remove disabling some warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/mini_chromium@master
Patch Set: Created 5 years, 2 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 | no next file » | 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 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': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698