Index: third_party/snappy/BUILD.gn |
diff --git a/third_party/snappy/BUILD.gn b/third_party/snappy/BUILD.gn |
index 0f440a5556253e12cef20b3056606ce13b58b3db..4af0e81d57d850236dd6a358376b5e4fa04df88d 100644 |
--- a/third_party/snappy/BUILD.gn |
+++ b/third_party/snappy/BUILD.gn |
@@ -36,9 +36,4 @@ static_library("snappy") { |
# https://code.google.com/p/snappy/issues/detail?id=70 |
configs -= [ "//build/config/clang:extra_warnings" ] |
} |
- |
- if (is_win) { |
- # https://code.google.com/p/snappy/issues/detail?id=75 |
- cflags = [ "/wd4267" ] # Conversion from size_t to 'type'. |
- } |
} |