]> git.ipfire.org Git - thirdparty/sqlite.git/commit
GCC 13 has become more quite pedantic about the signature of functions matching the
authordrh <>
Mon, 13 Jan 2025 11:28:34 +0000 (11:28 +0000)
committerdrh <>
Mon, 13 Jan 2025 11:28:34 +0000 (11:28 +0000)
commit43afab28a09659f7869661a8e56f21865af2414d
treea9299a76f9b1624d642e00f24fb2945d0b64e8af
parent14bc98d8e2a7d07b98bf679b9e586043dd772bf3
GCC 13 has become more quite pedantic about the signature of functions matching the
type of pointers through which the functions are called.  Make adjustments to
extension functions and test procedures to work around this.  No changes to the
core.

FossilOrigin-Name: ed83b79100b4345235aec990303c4526874f0c2f8701160c4639a80633ebaf70
ext/misc/closure.c
ext/misc/regexp.c
ext/session/test_session.c
manifest
manifest.uuid
src/test1.c
src/test_intarray.c
src/test_malloc.c