1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-07-30 19:03:17 +03:00

CONC-756: Update zlib to 1.3.1

This commit is contained in:
Georg Richter
2025-04-23 21:30:03 +02:00
parent b10b76e5a2
commit 02ceb06096
66 changed files with 1566 additions and 9324 deletions

View File

@ -172,6 +172,8 @@ void *ma_multi_malloc(myf myFlags, ...)
size_t tot_length,length;
va_start(args,myFlags);
/* keep gcc15 happy */
(void)myFlags;
tot_length=0;
while ((ptr=va_arg(args, char **)))
{