Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(650)

Unified Diff: gyp/giflib.gyp

Issue 1046923004: Silence giflib warning on mac (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Silence giflib warnings on mac Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/giflib.gyp
diff --git a/gyp/giflib.gyp b/gyp/giflib.gyp
index 9263835d2e8893382ebe97d34453f0b6568ffb5d..57b3c276546e0890403be73b957304e91fdde2c5 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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698