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

Unified Diff: gyp/images.gyp

Issue 1400343005: Reenable warnings in src/codec (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Removed Google3 code from SkJpegCodec, fixed skip_scanlines fallback code, fixed additional warning… Created 5 years, 2 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 | gyp/libwebp.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/images.gyp
diff --git a/gyp/images.gyp b/gyp/images.gyp
index 8dd34492c1a4aebfd6f3f5518f183a9256625be6..7cc7e2385ccaaf3ca24bf379e8c3466867c8a5ce 100644
--- a/gyp/images.gyp
+++ b/gyp/images.gyp
@@ -131,6 +131,9 @@
'dependencies': [
'android_deps.gyp:png',
],
+ 'cflags' : [
msarett 2015/10/14 21:58:59 SkImageDecoder_libpng includes png.h, which has th
mtklein 2015/10/14 22:15:10 Add this note here in the file?
msarett 2015/10/14 22:28:53 Done.
+ '-Wno-literal-suffix',
+ ],
'conditions': [
[ 'skia_android_framework == 0', {
'export_dependent_settings': [
« no previous file with comments | « no previous file | gyp/libwebp.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698