Skip to content

Commit

Permalink
[Liba] Fix build on new GCC versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaya-Cout committed Dec 8, 2024
1 parent 172f168 commit 520b88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liba/src/external/sqlite/sqliteInt.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ typedef void sqlite3_mutex;

/* 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. */
typedef void ** sqlite3_mem_methods;
typedef void * sqlite3_mem_methods;

#endif

0 comments on commit 520b88e

Please sign in to comment.