gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: test_https_session_i


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: test_https_session_info: silenced compiler warning.
Date: Thu, 09 Nov 2017 19:50:11 +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 5518c48a test_https_session_info: silenced compiler warning.
5518c48a is described below

commit 5518c48aa5c51b8f9b2c0d111eb4d38d0e53c2c2
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Thu Nov 9 21:49:48 2017 +0300

    test_https_session_info: silenced compiler warning.
---
 src/testcurl/https/test_https_session_info.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testcurl/https/test_https_session_info.c 
b/src/testcurl/https/test_https_session_info.c
index e300c910..1aa50955 100644
--- a/src/testcurl/https/test_https_session_info.c
+++ b/src/testcurl/https/test_https_session_info.c
@@ -54,7 +54,7 @@ query_session_ahc (void *cls, struct MHD_Connection 
*connection,
 
   if (NULL == *ptr)
     {
-      *ptr = &query_session_ahc;
+      *ptr = (void*)&query_session_ahc;
       return MHD_YES;
     }
 

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



reply via email to

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