gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 02/03: W32: fixed compiler warning


From: gnunet
Subject: [libmicrohttpd] 02/03: W32: fixed compiler warning
Date: Thu, 01 Feb 2024 15:59:29 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

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

    W32: fixed compiler warning
---
 src/microhttpd/daemon.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 3acca120..c83d4e5b 100644
--- 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);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]