summaryrefslogtreecommitdiffstats
path: root/third_party/harfbuzz-ng/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/harfbuzz-ng/BUILD.gn')
-rw-r--r--third_party/harfbuzz-ng/BUILD.gn1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/harfbuzz-ng/BUILD.gn b/third_party/harfbuzz-ng/BUILD.gn
index 000a9cc..6e93e04 100644
--- a/third_party/harfbuzz-ng/BUILD.gn
+++ b/third_party/harfbuzz-ng/BUILD.gn
@@ -162,7 +162,6 @@ if (use_system_harfbuzz) {
}
if (is_win) {
cflags += [
- "/wd4267", # size_t to 'type' converion.
"/wd4334", # Result of 32-bit shift implicitly converted to 64 bits.
]
}