From 8bb89d0be44c6667be546353f691bae62d63c9de Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Sun, 31 Dec 2023 15:53:26 +0300 Subject: [PATCH] connection.c: muted false-positive compiler warning --- src/microhttpd/connection.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c index f9892a55..a452afcf 100644 --- a/src/microhttpd/connection.c +++ b/src/microhttpd/connection.c @@ -4475,6 +4475,8 @@ process_request_body (struct MHD_Connection *connection) mhd_assert (0 != available); overflow = false; + chunk_size = 0; /* Mute possible compiler warning. + The real value will be set later. */ num_dig = MHD_strx_to_uint64_n_ (buffer_head, available,