diff options
-rw-r--r-- | gyp/giflib.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gyp/giflib.gyp b/gyp/giflib.gyp index 9263835d2e..57b3c27654 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', |