Rolling libwebp broke our iOS builds. Silence warnings instead.
BUG=skia: Review URL: https://codereview.chromium.org/803213002
This commit is contained in:
parent
f9d610179d
commit
2bb034a7b5
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user