summaryrefslogtreecommitdiffstats
path: root/cloud_print
diff options
context:
space:
mode:
Diffstat (limited to 'cloud_print')
-rw-r--r--cloud_print/service/service.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/cloud_print/service/service.gyp b/cloud_print/service/service.gyp
index 1a30919..73dfcc1 100644
--- a/cloud_print/service/service.gyp
+++ b/cloud_print/service/service.gyp
@@ -35,6 +35,8 @@
'dependencies': [
'<(DEPTH)/chrome/chrome.gyp:launcher_support',
],
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
+ 'msvs_disabled_warnings': [ 4267, ],
}],
],
},
@@ -59,6 +61,8 @@
'dependencies': [
'<(DEPTH)/chrome/chrome.gyp:chrome_version_header',
],
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
+ 'msvs_disabled_warnings': [ 4267, ],
}],
],
'msvs_settings': {