aboutsummaryrefslogtreecommitdiff
path: root/icu.gyp
diff options
context:
space:
mode:
authorjshin@chromium.org <jshin@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2012-02-17 22:50:10 +0000
committerjshin@chromium.org <jshin@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2012-02-17 22:50:10 +0000
commit1a3a3781ca9a269dc1fe1c217b9a816c4fcab40a (patch)
treec737f7b4fe10fa75a076076540751c32818f8026 /icu.gyp
parent38dfdc125c55d16a0aa51851da5906641ba1fbb7 (diff)
downloadicu-1a3a3781ca9a269dc1fe1c217b9a816c4fcab40a.tar.gz
Add 4068 to the list of warnings to suppress in VS.
We added pragmas to disable warnings from clang to i18n/decNum.c. They're not recognized by Visual Studio. To suppress that warning, add 4068 to the suppressed VC warning list. BUG=84851 TEST=Visual Stuido doesn't complain while compiling decNumc. Review URL: https://chromiumcodereview.appspot.com/9355015 git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/icu46@122609 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 58d4530..6280896 100644
--- a/icu.gyp
+++ b/icu.gyp
@@ -37,7 +37,7 @@
'source/common',
'source/i18n',
],
- 'msvs_disabled_warnings': [4005, 4355, 4996],
+ 'msvs_disabled_warnings': [4005, 4068, 4355, 4996],
},
'targets': [
{