Silence giflib warning on mac
authormsarett <msarett@google.com>
Mon, 30 Mar 2015 18:59:36 +0000 (11:59 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 30 Mar 2015 18:59:36 +0000 (11:59 -0700)
BUG=skia:3601

Review URL: https://codereview.chromium.org/1046923004

gyp/giflib.gyp

index 9263835..57b3c27 100644 (file)
             'cflags': [
               '-w',
             ],
+            'xcode_settings': {
+              'WARNING_CFLAGS': [
+                '-w'
+              ],
+            },
             'sources': [
               '../third_party/externals/giflib/dgif_lib.c',
               '../third_party/externals/giflib/gifalloc.c',