Index: third_party/cld/BUILD.gn |
diff --git a/third_party/cld/BUILD.gn b/third_party/cld/BUILD.gn |
index ed4075d2bb8a2972c73f8b5cf5b401dfa3d5846e..7a0c0ebe8632f8c179d42c2dd0316ff57844b381 100644 |
--- a/third_party/cld/BUILD.gn |
+++ b/third_party/cld/BUILD.gn |
@@ -102,7 +102,6 @@ source_set("cld") { |
"/wd4005", # Macro defined twice. |
"/wd4006", # #undef expected an identifier. |
"/wd4309", # Truncation of constant value. |
- "/wd4267", # TODO(jschuh): C4267: http://crbug.com/167187 size_t -> int |
] |
} else { |
defines = [ "COMPILER_GCC" ] |