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

Unified Diff: gyp/zlib.gyp

Issue 2008763003: gyp: supress more warnings for zlib (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 | « no previous file | no next file » | 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 6263c6697b9d2381d4d0cd6cfed4ed29437daa64..5068803552f6e9f45184e90ea2f8668aa94715b6 100644
--- a/gyp/zlib.gyp
+++ b/gyp/zlib.gyp
@@ -23,6 +23,7 @@
'skia_zlib_flags' : [
'-Wno-unused-value',
'-Wno-shift-negative-value',
+ '-Wno-unknown-warning-option',
],
},
'cflags': [ '<@(skia_zlib_flags)' ],
« 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