You've already forked mariadb-connector-c
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:
@ -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 **)))
|
||||
{
|
||||
|
Reference in New Issue
Block a user