mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
Muted possible compiler warnings
This commit is contained in:
@@ -7049,10 +7049,10 @@ parse_options_va (struct MHD_Daemon *daemon,
|
||||
"printed by the standard MHD logger.\n"));
|
||||
|
||||
#else
|
||||
va_arg (ap,
|
||||
VfprintfFunctionPointerType);
|
||||
va_arg (ap,
|
||||
void *);
|
||||
(void) va_arg (ap,
|
||||
VfprintfFunctionPointerType);
|
||||
(void) va_arg (ap,
|
||||
void *);
|
||||
#endif
|
||||
break;
|
||||
#if defined(MHD_USE_POSIX_THREADS) || defined(MHD_USE_W32_THREADS)
|
||||
|
||||
Reference in New Issue
Block a user