aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-07-28 11:57:30 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-28 11:57:31 -0700
commit03f704a343d7a82974f977eda8789a8c721c93e5 (patch)
tree23ba2c5a1886c53475cad6804373b169bf70092c /gyp
parent50d1847815ac5525347c4a86e822f321b944d39d (diff)
Silence -Wclobbered in each file that needs it.
Diffstat (limited to 'gyp')
-rw-r--r--gyp/codec.gyp5
1 files changed, 0 insertions, 5 deletions
diff --git a/gyp/codec.gyp b/gyp/codec.gyp
index e2269f2a93..4b4029bdf3 100644
--- a/gyp/codec.gyp
+++ b/gyp/codec.gyp
@@ -22,11 +22,6 @@
'libpng.gyp:libpng',
'libwebp.gyp:libwebp',
],
- 'cflags':[
- # FIXME: This gets around a warning: "Argument might be clobbered by longjmp".
- '-Wno-clobbered',
- '-Wno-unknown-warning-option',
- ],
'include_dirs': [
'../include/codec',
'../include/private',