Silence giflib warning on mac
BUG=skia:3601 Review URL: https://codereview.chromium.org/1046923004
This commit is contained in:
parent
c9adb05b64
commit
9b3edef75d
@ -30,6 +30,11 @@
|
|||||||
'cflags': [
|
'cflags': [
|
||||||
'-w',
|
'-w',
|
||||||
],
|
],
|
||||||
|
'xcode_settings': {
|
||||||
|
'WARNING_CFLAGS': [
|
||||||
|
'-w'
|
||||||
|
],
|
||||||
|
},
|
||||||
'sources': [
|
'sources': [
|
||||||
'../third_party/externals/giflib/dgif_lib.c',
|
'../third_party/externals/giflib/dgif_lib.c',
|
||||||
'../third_party/externals/giflib/gifalloc.c',
|
'../third_party/externals/giflib/gifalloc.c',
|
||||||
|
Loading…
Reference in New Issue
Block a user