gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 01/02: test_toolarge: fixed compiler warning


From: gnunet
Subject: [libmicrohttpd] 01/02: test_toolarge: fixed compiler warning
Date: Thu, 13 Oct 2022 18:13:21 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit abbff354399331d6c527ec3969ea0c107664afd7
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Thu Oct 13 09:56:19 2022 +0300

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

diff --git a/src/testcurl/test_toolarge.c b/src/testcurl/test_toolarge.c
index df699677..e6c291e2 100644
--- a/src/testcurl/test_toolarge.c
+++ b/src/testcurl/test_toolarge.c
@@ -1270,7 +1270,7 @@ performTestQueries (struct MHD_Daemon *d, uint16_t d_port,
   }
   else if (large_rsp_headers)
   {
-    unsigned int num_hrds;
+    size_t num_hrds;
     const size_t hdr_size = strlen (N1_HEADER_CRLF);
 
     for (num_hrds = TEST_START_SIZE / hdr_size;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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