Rolling libwebp broke our iOS builds. Silence warnings instead.

BUG=skia:

Review URL: https://codereview.chromium.org/803213002
This commit is contained in:
mtklein 2014-12-15 12:59:07 -08:00 committed by Commit bot
parent f9d610179d
commit 2bb034a7b5

View File

@ -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',