| Index: third_party/harfbuzz-ng/harfbuzz.gyp
|
| diff --git a/third_party/harfbuzz-ng/harfbuzz.gyp b/third_party/harfbuzz-ng/harfbuzz.gyp
|
| index 77b0fee99c3f08988647020903efe562b274f924..6cfed6559229eb5122de38cb19b1d94a7c60f4b6 100644
|
| --- a/third_party/harfbuzz-ng/harfbuzz.gyp
|
| +++ b/third_party/harfbuzz-ng/harfbuzz.gyp
|
| @@ -145,17 +145,10 @@
|
| 'dependencies': [
|
| '../../third_party/icu/icu.gyp:icuuc',
|
| ],
|
| + 'variables': {
|
| + 'clang_warning_flags': [ '-Wno-unused-value', ],
|
| + },
|
| 'conditions': [
|
| - ['clang==1', {
|
| - 'xcode_settings': {
|
| - 'WARNING_CFLAGS': [
|
| - '-Wno-unused-value',
|
| - ],
|
| - },
|
| - 'cflags': [
|
| - '-Wno-unused-value',
|
| - ]
|
| - }],
|
| ['OS=="win"', {
|
| # TODO(eae): C4267 on amd64. size_t -> int, size_t -> unsigned int
|
| 'msvs_disabled_warnings': [4267, 4334],
|
|
|