gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: mhd_sockets.c: Fixed


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: mhd_sockets.c: Fixed compiler warning
Date: Thu, 06 Apr 2017 22:14:01 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 902432c4 mhd_sockets.c: Fixed compiler warning
902432c4 is described below

commit 902432c452ce18f67b73860b140432e27733dea6
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Thu Apr 6 23:09:56 2017 +0300

    mhd_sockets.c: Fixed compiler warning
---
 src/microhttpd/mhd_sockets.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/mhd_sockets.c b/src/microhttpd/mhd_sockets.c
index 9b60e224..47c2d9dc 100644
--- a/src/microhttpd/mhd_sockets.c
+++ b/src/microhttpd/mhd_sockets.c
@@ -511,7 +511,7 @@ MHD_socket_create_listen_ (int use_ipv6)
   if(! MHD_socket_nosignal_(fd))
     {
       const int err = MHD_socket_get_error_ ();
-      MHD_socket_close_ (fd);
+      (void) MHD_socket_close_ (fd);
       MHD_socket_fset_error_ (err);
       return MHD_INVALID_SOCKET;
     }

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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