Chromium Code Reviews| 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', |