libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 43a35fd652680081e9e9cbab65a2e46a068c2884
parent eb9ec7fda1e30c21fdcb64ee986554e9e5c4eeeb
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Thu,  1 Feb 2024 14:51:58 +0100

W32: fixed compiler warning

Diffstat:
Msrc/microhttpd/daemon.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c @@ -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);