mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 09:14:17 +01:00
dbfee9fc2b
Partial commit of the greater MDEV-34348 scope. MDEV-34348: MariaDB is violating clang-16 -Wcast-function-type-strict The functions queue_compare, qsort2_cmp, and qsort_cmp2 all had similar interfaces, and were used interchangable and unsafely cast to one another. This patch consolidates the functions all into the qsort_cmp2 interface. Reviewed By: ============ Marko Mäkelä <marko.makela@mariadb.com> |
||
---|---|---|
.. | ||
aes-t.c | ||
base64-t.c | ||
bitmap-t.c | ||
byte_order-t.c | ||
CMakeLists.txt | ||
crc32-t.c | ||
dynstring-t.c | ||
lf-t.c | ||
ma_dyncol-t.c | ||
my_atomic-t.c | ||
my_delete-t.c | ||
my_getopt-t.c | ||
my_malloc-t.c | ||
my_rdtsc-t.c | ||
my_vsnprintf-t.c | ||
queues-t.c | ||
stack_allocation-t.c | ||
stacktrace-t.c | ||
thr_template.c | ||
waiting_threads-t.c |