aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/libwebp.gyp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2014-12-15 12:59:07 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-15 12:59:07 -0800
commit2bb034a7b567f5540a01430d35fd847b9dd63f3e (patch)
tree06805e50bf28190d56da8ac57fe78e4692a904b8 /gyp/libwebp.gyp
parentf9d610179d7d4198b57b12d06f8d1ca09f580df3 (diff)
Rolling libwebp broke our iOS builds. Silence warnings instead.
Diffstat (limited to 'gyp/libwebp.gyp')
-rw-r--r--gyp/libwebp.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/gyp/libwebp.gyp b/gyp/libwebp.gyp
index 64ad971798..f5fda6b65d 100644
--- a/gyp/libwebp.gyp
+++ b/gyp/libwebp.gyp
@@ -36,6 +36,7 @@
'../third_party/externals/libwebp/src/dec/webp.c',
],
'cflags': [ '-w' ],
+ 'xcode_settings': { 'WARNING_CFLAGS': [ '-w' ] },
},
{
'target_name': 'libwebp_demux',
@@ -47,6 +48,7 @@
'../third_party/externals/libwebp/src/demux/demux.c',
],
'cflags': [ '-w' ],
+ 'xcode_settings': { 'WARNING_CFLAGS': [ '-w' ] },
},
{
'target_name': 'libwebp_dsp',
@@ -66,6 +68,7 @@
'../third_party/externals/libwebp/src/dsp/yuv.c',
],
'cflags': [ '-w' ],
+ 'xcode_settings': { 'WARNING_CFLAGS': [ '-w' ] },
'conditions': [
['skia_os == "android"', {
'dependencies' : [
@@ -123,6 +126,7 @@
'../third_party/externals/libwebp/src/enc/webpenc.c',
],
'cflags': [ '-w' ],
+ 'xcode_settings': { 'WARNING_CFLAGS': [ '-w' ] },
},
{
'target_name': 'libwebp_utils',
@@ -144,6 +148,7 @@
'../third_party/externals/libwebp/src/utils/utils.c',
],
'cflags': [ '-w' ],
+ 'xcode_settings': { 'WARNING_CFLAGS': [ '-w' ] },
},
{
'target_name': 'libwebp',