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

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: does NOT work - why? 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..ae4e3f2465d7b7380ba2e58a07cfc420c28481c3 100644
--- a/gyp/libwebp.gyp
+++ b/gyp/libwebp.gyp
@@ -15,6 +15,7 @@
'include_dirs': [
'../third_party/externals/libwebp',
],
+ 'cflags!': [ '-Wno-unused-const-variable', ],
mtklein 2013/10/28 19:37:37 Try removing the "!"? That means "remove this", d
tfarina 2013/10/28 19:49:11 I tried both ways, with and without. It doesn't wo
'sources': [
'../third_party/externals/libwebp/src/dec/alpha.c',
'../third_party/externals/libwebp/src/dec/buffer.c',
« 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