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

Unified Diff: gyp/zlib.gyp

Issue 2002663002: gyp (third_party) warning changes for ccache (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 7 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 | « gyp/microhttpd.gyp ('k') | tests/MatrixTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/zlib.gyp
diff --git a/gyp/zlib.gyp b/gyp/zlib.gyp
index 59ca61c62e029a3a0b87fdbedc62616c43de0b54..43cf6abfd23c5776994a03852249a6aabe18e77f 100644
--- a/gyp/zlib.gyp
+++ b/gyp/zlib.gyp
@@ -19,7 +19,8 @@
},
}, {
'type': 'static_library',
- 'cflags': [ '-w' ],
+ 'cflags': [ '-Wno-unused-value' ],
+ 'xcode_settings': { 'WARNING_CFLAGS': [ '-Wno-unused-value', ], },
'sources': [
'../third_party/externals/zlib/adler32.c',
'../third_party/externals/zlib/compress.c',
« no previous file with comments | « gyp/microhttpd.gyp ('k') | tests/MatrixTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698