| Index: third_party/third_party.gyp
|
| diff --git a/third_party/third_party.gyp b/third_party/third_party.gyp
|
| index 2e03b5965690598209c1207e73e1116d12cab3ad..41db3b28db10c68d0b8342c663b099ee09763e59 100644
|
| --- a/third_party/third_party.gyp
|
| +++ b/third_party/third_party.gyp
|
| @@ -85,6 +85,13 @@
|
| 'freetype/src/base/fttype1.c',
|
| ],
|
| }],
|
| + ['os_posix==1 and clang==0', {
|
| + 'cflags': [
|
| + # open_face_PS_from_sfnt_stream() and open_face_from_buffer() in
|
| + # ftbase.h are unused. GCC needs this flag too.
|
| + '-Wno-unused-function',
|
| + ],
|
| + }],
|
| ],
|
| 'variables': {
|
| 'clang_warning_flags': [
|
| @@ -122,7 +129,7 @@
|
| 'conditions': [
|
| ['os_posix==1', {
|
| # library contains several enum vs non-enum conditionals.
|
| - 'cflags': [ '-Wno-extra', ],
|
| + 'cflags': [ '-Wno-extra' ],
|
| }],
|
| ],
|
| 'variables': {
|
|
|