aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2016-05-24 05:23:52 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-05-24 05:23:52 -0700
commit910fff4244cf2a35567adb0caa4f6f7521fc16ff (patch)
tree4c05a5bda5bd81fa2467304437dcf44909dba8d2 /gyp
parent23b80c402a1ef9154d271446b66a596765468543 (diff)
gyp: supress more warnings for zlib
Diffstat (limited to 'gyp')
-rw-r--r--gyp/zlib.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/zlib.gyp b/gyp/zlib.gyp
index 6263c6697b..5068803552 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)' ],