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', |