Silence giflib warning on mac

BUG=skia:3601

Review URL: https://codereview.chromium.org/1046923004
This commit is contained in:
msarett 2015-03-30 11:59:36 -07:00 committed by Commit bot
parent c9adb05b64
commit 9b3edef75d

View File

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