gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: connection.c: silent


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: connection.c: silent compiler warning
Date: Wed, 12 Apr 2017 21:49:16 +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 ac85c571 connection.c: silent compiler warning
ac85c571 is described below

commit ac85c57139a490f101b4d67117aefb2b67e3cf10
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Wed Apr 12 22:48:10 2017 +0300

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

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index a495524a..5b6322dd 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -3377,7 +3377,7 @@ MHD_get_connection_info (struct MHD_Connection 
*connection,
     case MHD_CONNECTION_INFO_CONNECTION_SUSPENDED:
       return (const union MHD_ConnectionInfo *) &connection->suspended;
     case MHD_CONNECTION_INFO_CONNECTION_TIMEOUT:
-      connection->connection_timeout_dummy = connection->connection_timeout;
+      connection->connection_timeout_dummy = (unsigned 
int)connection->connection_timeout;
       return (const union MHD_ConnectionInfo *) 
&connection->connection_timeout_dummy;
     default:
       return NULL;

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



reply via email to

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