aboutsummaryrefslogtreecommitdiff
path: root/icu.gyp
diff options
context:
space:
mode:
authorjschuh@chromium.org <jschuh@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2013-01-05 19:39:03 +0000
committerjschuh@chromium.org <jschuh@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2013-01-05 19:39:03 +0000
commit75cb8c2ebf085d82184c3c544b864b47b1a68924 (patch)
treec065816860645ba505dfaf6e24df9be5e5114471 /icu.gyp
parentcaccda5a040f058024da1c2d894f8914cfc40618 (diff)
downloadicu-75cb8c2ebf085d82184c3c544b864b47b1a68924.tar.gz
Make icu compile for Win64
This is just disabling a warning we're already ignoring on other 64-bit platforms. I'll circle back and investigate if code changes make sense. BUG=http://crbug.com/166496 BUG=http://crbug.com/167187 TBR=jshin Review URL: https://codereview.chromium.org/11787014 git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/icu46@175290 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
Diffstat (limited to 'icu.gyp')
-rw-r--r--icu.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/icu.gyp b/icu.gyp
index 0bef3a6..635868a 100644
--- a/icu.gyp
+++ b/icu.gyp
@@ -37,7 +37,7 @@
'source/common',
'source/i18n',
],
- 'msvs_disabled_warnings': [4005, 4068, 4355, 4996],
+ 'msvs_disabled_warnings': [4005, 4068, 4355, 4996, 4267],
},
'targets': [
{