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

Unified Diff: gyp/libwebp.gyp

Issue 47603012: A fix for annoying clang error "unused-const-variabl" in third_party code. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: turn off warnings in libwebp_enc Created 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/libwebp.gyp
diff --git a/gyp/libwebp.gyp b/gyp/libwebp.gyp
index 17e0026f2f8d4ef78e7975f8645c8762cce82888..1f8689ada3dfc84747b0b128e60d75f66acb6a1e 100644
--- a/gyp/libwebp.gyp
+++ b/gyp/libwebp.gyp
@@ -112,6 +112,7 @@
'../third_party/externals/libwebp/src/enc/vp8l.c',
'../third_party/externals/libwebp/src/enc/webpenc.c',
],
+ 'cflags': [ '-w' ],
},
{
'target_name': 'libwebp_utils',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698