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

Unified Diff: cc/ipc/cc_ipc.gyp

Issue 1982783002: cc/ipc: Suppress size_t to int warning on winx64 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: cc/ipc/cc_ipc.gyp
diff --git a/cc/ipc/cc_ipc.gyp b/cc/ipc/cc_ipc.gyp
index 9a7645d1e8ca6bea4e4fedb45a76dd29dc09846f..e116fdac87e1eca12a2b9f5e4011acfa474b0dd6 100644
--- a/cc/ipc/cc_ipc.gyp
+++ b/cc/ipc/cc_ipc.gyp
@@ -33,6 +33,8 @@
'cc_param_traits.h',
'cc_param_traits_macros.h',
],
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
+ 'msvs_disabled_warnings': [ 4267, ],
},
],
}
« 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