mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[Liba] Fix build on new GCC versions
This commit is contained in:
2
liba/src/external/sqlite/sqliteInt.h
vendored
2
liba/src/external/sqlite/sqliteInt.h
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user