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

Unified Diff: Source/config.gyp

Issue 63073002: Increase warning level for windows (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 years, 1 month 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: Source/config.gyp
diff --git a/Source/config.gyp b/Source/config.gyp
index 22fc1bdf57a35a1aa77f7fed45f8a7db0e347b45..390d073ef11b61aea7f7cfed7cc2e89d2b053762 100644
--- a/Source/config.gyp
+++ b/Source/config.gyp
@@ -43,7 +43,7 @@
'..',
],
'msvs_disabled_warnings': [
- 4138, 4244, 4291, 4305, 4344, 4355, 4521, 4099, 4800, 4996, 4714, 4324,
+ 4305, 4324, 4714, 4800, 4996,
],
'variables': {
'chromium_code': 1,
« 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