diff options
Diffstat (limited to 'net/third_party')
-rw-r--r-- | net/third_party/nss/ssl/BUILD.gn | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/third_party/nss/ssl/BUILD.gn b/net/third_party/nss/ssl/BUILD.gn index 002bace..a40b71b 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", |