From 69a35bc3a06cc0ef1b52c49a64f93dcb661e0989 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Tue, 12 Apr 2016 12:53:21 +0000 Subject: connection.c: removed unused variable, silent compiler warning --- src/microhttpd/connection.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c index 6e75ebd5..e6b367a8 100644 --- a/src/microhttpd/connection.c +++ b/src/microhttpd/connection.c @@ -2051,10 +2051,9 @@ static void parse_connection_headers (struct MHD_Connection *connection) { const char *clen; - MHD_UNSIGNED_LONG_LONG cval; struct MHD_Response *response; const char *enc; - char *end; + const char *end; parse_cookie_header (connection); if ( (0 != (MHD_USE_PEDANTIC_CHECKS & connection->daemon->options)) && -- cgit v1.2.3