Closed robert-scheck closed 1 month ago
This looks good to me but I want to double-check on some of my more obscure platforms before merging.
This looks good to me but I want to double-check on some of my more obscure platforms before merging.
What's the result of your double-checks?
Build using GCC 14 fails on Fedora Rawhide (= 41) on i686 like this:
Thus for x86 (32 bit) cast
size_t *
(=unsigned int *
) tounsigned long *
(=long unsigned int *
); fixes #72 finally.It's
unsigned long *length;
(=long unsigned int *
) for at least:MySQL:
MariaDB:
MariaDB Connector/C: