aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-07-28 14:45:28 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-28 14:45:28 -0700
commitdc90b53350b9b21a856d2fb1574f9b41ded4f735 (patch)
treebfa1f25b99945e43b3700857728db1104cab04b3 /gyp
parent00450f1ae570a2efdbb93c88140b49c7ee84473b (diff)
Silence -Wclobbered in each file that needs it.
BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2184823009 Committed: https://skia.googlesource.com/skia/+/03f704a343d7a82974f977eda8789a8c721c93e5 CQ_INCLUDE_TRYBOTS=master.client.skia:Test-Win-MSVC-GCE-CPU-AVX2-x86-Release-Trybot Review-Url: https://codereview.chromium.org/2184823009
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',