aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/giflib.gyp
diff options
context:
space:
mode:
authorGravatar msarett <msarett@google.com>2015-08-24 12:00:15 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-24 12:00:15 -0700
commit0e6ff3882df3e5658a86124fe7889944b6735140 (patch)
tree8770e863e48ef2c804b860ca5c16ae8e00a19d84 /gyp/giflib.gyp
parent5141d90796034a932a48738cf76091957314c9a1 (diff)
Update giflib to 5.1.1 (AOSP hash)
This also disables warnings in giflib and fixes compile warnings in icu, in order to fix a skia bug. BUG=skia:4220 Review URL: https://codereview.chromium.org/1314633002
Diffstat (limited to 'gyp/giflib.gyp')
-rw-r--r--gyp/giflib.gyp4
1 files changed, 3 insertions, 1 deletions
diff --git a/gyp/giflib.gyp b/gyp/giflib.gyp
index e9d990565b..f4f853200f 100644
--- a/gyp/giflib.gyp
+++ b/gyp/giflib.gyp
@@ -35,7 +35,9 @@
'msvs_settings': {
'VCCLCompilerTool': {
'AdditionalOptions': [
- '/w',
+ '/wd4996',
+ '/wd4018',
+ '/wd4267',
],
},
},