Index: gyp/freetype.gyp |
diff --git a/gyp/freetype.gyp b/gyp/freetype.gyp |
index f282f77cf7b88fdad3e0eccd8e5fad1b20db0147..f7315d6f863a95980676a27eb5731b9c643e0dd8 100644 |
--- a/gyp/freetype.gyp |
+++ b/gyp/freetype.gyp |
@@ -105,6 +105,7 @@ |
[ 'skia_clang_build == 1', { |
'cflags':[ |
'-Wno-error', |
+ '-Wno-self-assign', |
mtklein
2016/04/25 17:44:17
Probably better to add blanket '-w' to both these
|
], |
}], |
], |