diff --git a/third_party/sqlite3/geopoly.inc b/third_party/sqlite3/geopoly.inc index ae420fd7f..54188a9f4 100644 --- a/third_party/sqlite3/geopoly.inc +++ b/third_party/sqlite3/geopoly.inc @@ -27,6 +27,10 @@ # define GEODEBUG(X) #endif +#if defined(__GNUC__) && !defined(__llvm__) +#pragma GCC diagnostic ignored "-Wmaybe-uninitialized" +#endif + /* Character class routines */ #ifdef sqlite3Isdigit /* Use the SQLite core versions if this routine is part of the