diff options
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/harfbuzz/harfbuzz.gyp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/third_party/harfbuzz/harfbuzz.gyp b/third_party/harfbuzz/harfbuzz.gyp index 7100d73e..bb7be86 100644 --- a/third_party/harfbuzz/harfbuzz.gyp +++ b/third_party/harfbuzz/harfbuzz.gyp @@ -60,6 +60,18 @@ '../../build/linux/system.gyp:freetype2', ], }], + ['clang == 1', { + 'xcode_settings': { + 'WARNING_CFLAGS': [ + # "harfbuzz is in strict maintenace mode", + # see http://crbug.com/113708 + '-Wno-pointer-sign', + ], + }, + 'cflags': [ + '-Wno-pointer-sign', + ], + }], ], }, ], |