aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/codec.gyp
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2016-05-23 14:02:54 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-05-23 14:02:54 -0700
commit3d5942e8a4fe8845c49a7afaf8248c4e9b5b7520 (patch)
tree2586e89a54c5b01da16495d6ac5c364e50ed5149 /gyp/codec.gyp
parentc75d6a8e43891eb197c369b508862bf990957aee (diff)
gyp: clean up warnings with clang-3.8
Diffstat (limited to 'gyp/codec.gyp')
-rw-r--r--gyp/codec.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/gyp/codec.gyp b/gyp/codec.gyp
index c7393bb7ca..e2269f2a93 100644
--- a/gyp/codec.gyp
+++ b/gyp/codec.gyp
@@ -24,7 +24,8 @@
],
'cflags':[
# FIXME: This gets around a warning: "Argument might be clobbered by longjmp".
- '-Wno-clobbered -Wno-error',
+ '-Wno-clobbered',
+ '-Wno-unknown-warning-option',
],
'include_dirs': [
'../include/codec',