Index: third_party/sqlite/sqlite.gyp |
diff --git a/third_party/sqlite/sqlite.gyp b/third_party/sqlite/sqlite.gyp |
index 349c2412c00bf067088188e0b6e0abbd0093d741..d514ebf4b23e96df661b63f9ceeb7c1b3cf1508f 100644 |
--- a/third_party/sqlite/sqlite.gyp |
+++ b/third_party/sqlite/sqlite.gyp |
@@ -133,17 +133,6 @@ |
'msvs_disabled_warnings': [ |
4018, 4244, 4267, |
], |
- 'variables': { |
- 'clang_warning_flags': [ |
- # sqlite does `if (*a++ && *b++);` in a non-buggy way. |
- '-Wno-empty-body', |
- # sqlite has some `unsigned < 0` checks. |
- '-Wno-tautological-compare', |
- # Needed because we don't have this commit yet: |
- # https://github.com/mackyle/sqlite/commit/25df0fa050dcc9be7fb937b8e25be24049b3fef0 |
- '-Wno-pointer-bool-conversion', |
- ], |
- }, |
'conditions': [ |
['OS=="linux"', { |
'link_settings': { |