commit | 9b3edef75d8f437c4df887c1e0cb872b0de63539 | [log] [tgz] |
---|---|---|
author | msarett <msarett@google.com> | Mon Mar 30 11:59:36 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Mar 30 11:59:36 2015 -0700 |
tree | 38fd658b822cc6868ff5958075c36163bc69b423 | |
parent | c9adb05b64fa0bfadf9d1a782afcda470da68c9e [diff] |
Silence giflib warning on mac BUG=skia:3601 Review URL: https://codereview.chromium.org/1046923004
diff --git a/gyp/giflib.gyp b/gyp/giflib.gyp index 9263835..57b3c27 100644 --- a/gyp/giflib.gyp +++ b/gyp/giflib.gyp
@@ -30,6 +30,11 @@ 'cflags': [ '-w', ], + 'xcode_settings': { + 'WARNING_CFLAGS': [ + '-w' + ], + }, 'sources': [ '../third_party/externals/giflib/dgif_lib.c', '../third_party/externals/giflib/gifalloc.c',