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

Unified Diff: third_party/ced/ced.gyp

Issue 2103793005: [ced] Suppress a compiler warning on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: third_party/ced/ced.gyp
diff --git a/third_party/ced/ced.gyp b/third_party/ced/ced.gyp
index cd440a0bb7bb1a44adaf7c877ed8cd23b334babc..cb42521485873106b6cb12343d8e00bd8f82df72 100644
--- a/third_party/ced/ced.gyp
+++ b/third_party/ced/ced.gyp
@@ -47,7 +47,7 @@
'COMPILER_MSVC',
],
},
- 'msvs_disabled_warnings': [4005, 4006, 4244, 4309, 4800, 4267],
+ 'msvs_disabled_warnings': [4005, 4006, 4018, 4244, 4309, 4800, 4267],
}, {
'direct_dependent_settings': {
'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