Chromium Code Reviews| Index: gyp/freetype.gyp |
| diff --git a/gyp/freetype.gyp b/gyp/freetype.gyp |
| index f282f77cf7b88fdad3e0eccd8e5fad1b20db0147..d68d33ad97124e921d0ac4c775d7074ffddcbbb2 100644 |
| --- a/gyp/freetype.gyp |
| +++ b/gyp/freetype.gyp |
| @@ -104,7 +104,7 @@ |
| }], |
| [ 'skia_clang_build == 1', { |
|
mtklein
2016/04/25 18:20:20
These don't really need to be Clang-specific now,
|
| 'cflags':[ |
| - '-Wno-error', |
| + '-w', |
| ], |
| }], |
| ], |