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

Unified Diff: gyp/codec.gyp

Issue 2188313003: Revert of Silence -Wclobbered in each file that needs it. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 5 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 | src/codec/SkJpegCodec.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/codec.gyp
diff --git a/gyp/codec.gyp b/gyp/codec.gyp
index 4b4029bdf3f411bcde4c7ea15fae9c1372d52393..e2269f2a93264833edb8e9cf602dc631fb0a25f9 100644
--- a/gyp/codec.gyp
+++ b/gyp/codec.gyp
@@ -21,6 +21,11 @@
'libjpeg-turbo-selector.gyp:libjpeg-turbo-selector',
'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',
« no previous file with comments | « no previous file | src/codec/SkJpegCodec.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698