Index: third_party/sqlite/sqlite.gyp |
diff --git a/third_party/sqlite/sqlite.gyp b/third_party/sqlite/sqlite.gyp |
index 26bc36d4f0b00d667a2df865ddbd51bba88f3e70..e6a0faf5d2c098166d34a43a5fda516088436e50 100644 |
--- a/third_party/sqlite/sqlite.gyp |
+++ b/third_party/sqlite/sqlite.gyp |
@@ -110,6 +110,9 @@ |
'-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': [ |