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

Unified Diff: gyp/codec.gyp

Issue 1010903003: Add scanline decoding to SkCodec. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Build with no-clobbered Created 5 years, 9 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 | include/codec/SkCodec.h » ('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 29aebe92e7f19e4c505ff92d9df73b58d6ba6cff..d8d10f025ebe41d6c4ed11cafb6907eb36df7874 100644
--- a/gyp/codec.gyp
+++ b/gyp/codec.gyp
@@ -15,6 +15,11 @@
'core.gyp:*',
'libpng.gyp:libpng',
],
+ 'cflags':[
+ # FIXME: This gets around a longjmp warning. See
+ # http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-GCC-x86_64-Release-Trybot/builds/113/steps/build%20most/logs/stdio
+ '-Wno-clobbered',
+ ],
'include_dirs': [
'../include/codec',
'../src/codec',
« no previous file with comments | « no previous file | include/codec/SkCodec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698