mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
W32: fixed compiler warning
This commit is contained in:
@@ -4499,6 +4499,7 @@ internal_run_from_select (struct MHD_Daemon *daemon,
|
||||
(MHD_thread_handle_ID_is_current_thread_ (daemon->tid)));
|
||||
|
||||
mhd_assert (0 < fd_setsize);
|
||||
(void) fd_setsize; /* Mute compiler warning */
|
||||
#ifndef HAS_FD_SETSIZE_OVERRIDABLE
|
||||
(void) fd_setsize; /* Mute compiler warning */
|
||||
mhd_assert (((int) FD_SETSIZE) <= fd_setsize);
|
||||
|
||||
Reference in New Issue
Block a user