From 9b3edef75d8f437c4df887c1e0cb872b0de63539 Mon Sep 17 00:00:00 2001 From: msarett Date: Mon, 30 Mar 2015 11:59:36 -0700 Subject: [PATCH] Silence giflib warning on mac BUG=skia:3601 Review URL: https://codereview.chromium.org/1046923004 --- gyp/giflib.gyp | 5 +++++ 1 file changed, 5 insertions(+) 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', -- 2.7.4