Index: third_party/sqlite/BUILD.gn |
diff --git a/third_party/sqlite/BUILD.gn b/third_party/sqlite/BUILD.gn |
index 6f301ca7167145ba6daa1bab4b76936f024f6497..62efc0a2a8479b28286d2fff5b4697570a872d00 100644 |
--- a/third_party/sqlite/BUILD.gn |
+++ b/third_party/sqlite/BUILD.gn |
@@ -65,9 +65,7 @@ source_set("sqlite") { |
configs -= [ "//build/config/compiler:chromium_code" ] |
configs += [ "//build/config/compiler:no_chromium_code" ] |
- if (is_win) { |
- cflags += [ "/wd4267" ] # Conversion from size_t to "type". |
- } else if (is_linux) { |
+ if (is_linux) { |
cflags += [ |
# SQLite doesn"t believe in compiler warnings, |
# preferring testing. |