gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: Fixed compiler warni


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: Fixed compiler warning
Date: Mon, 27 Nov 2017 22:29:56 +0100

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 42dd2882 Fixed compiler warning
42dd2882 is described below

commit 42dd288259ee016007c78d756e0a76c6071bbca0
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Mon Nov 27 23:54:51 2017 +0300

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

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 8f3d47b4..abe40e72 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -175,7 +175,7 @@ static int mhd_winsock_inited_ = 0;
  * Do nothing - global initialisation is
  * performed by library constructor.
  */
-#define MHD_check_global_init_(x) (void)0
+#define MHD_check_global_init_() (void)0
 #else  /* ! _AUTOINIT_FUNCS_ARE_SUPPORTED */
 /**
  * Track global initialisation

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



reply via email to

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