Index: net/third_party/nss/ssl/BUILD.gn |
diff --git a/net/third_party/nss/ssl/BUILD.gn b/net/third_party/nss/ssl/BUILD.gn |
index 002bace8d6167efdd8d97b809b4d029e457c3655..a40b71b0776486f78b977ac84ffd123c1cda7017 100644 |
--- a/net/third_party/nss/ssl/BUILD.gn |
+++ b/net/third_party/nss/ssl/BUILD.gn |
@@ -70,8 +70,6 @@ component("libssl") { |
configs += [ "//build/config/compiler:no_chromium_code" ] |
if (is_win) { |
- cflags += [ "/wd4267" ] # Disable warning: Conversion from size_t to 'type'. |
- |
sources -= [ |
"unix_err.c", |
"unix_err.h", |