[Liba] Fix build on new GCC versions

This commit is contained in:
Yaya-Cout
2024-12-08 22:10:50 +01:00
parent 172f168bb2
commit 520b88e364

View File

@@ -54,6 +54,6 @@ typedef void sqlite3_mutex;
/* SQLite exports its memory methods in a struct. We don't need it since we've /* SQLite exports its memory methods in a struct. We don't need it since we've
* renamed them to standard names anyway. So let's just make it build. */ * renamed them to standard names anyway. So let's just make it build. */
typedef void ** sqlite3_mem_methods; typedef void * sqlite3_mem_methods;
#endif #endif