Index: third_party/libxml/BUILD.gn |
diff --git a/third_party/libxml/BUILD.gn b/third_party/libxml/BUILD.gn |
index d42e0dfd6dfff97b0eb1d92d4a98e09dc3d27158..73bb3dcfb5db24fb3730ce48968e265c6f3607f7 100644 |
--- a/third_party/libxml/BUILD.gn |
+++ b/third_party/libxml/BUILD.gn |
@@ -153,7 +153,6 @@ static_library("libxml") { |
if (is_win) { |
cflags_c = [ |
"/wd4101", # Unreferenced local variable. |
- "/wd4267", # TODO(jschuh): crbug.com/167187 size_t to int truncations. |
] |
} else if (is_mac || is_android) { |
# http://www.xmlsoft.org/threads.html says that this is required when using |