diff options
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index d3f1ac8..4e4bb4c 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -688,6 +688,12 @@ 'ext/vector_device.cc', ], }], + [ 'OS == "linux"', { + 'cflags': [ + '-Wno-unused', + '-Wno-unused-function', + ], + }], [ 'OS == "mac"', { 'defines': [ 'SK_BUILD_FOR_MAC', |