gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 03/03: https tests: mute compiler warning on old systems


From: gnunet
Subject: [libmicrohttpd] 03/03: https tests: mute compiler warning on old systems
Date: Mon, 13 Dec 2021 19:08:17 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 5eae5d9ba24556d1aafb296b753d0f6edb652fd6
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon Dec 13 17:09:38 2021 +0300

    https tests: mute compiler warning on old systems
---
 src/testcurl/https/test_https_session_info.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/testcurl/https/test_https_session_info.c 
b/src/testcurl/https/test_https_session_info.c
index a329e02e..3a49ce60 100644
--- a/src/testcurl/https/test_https_session_info.c
+++ b/src/testcurl/https/test_https_session_info.c
@@ -231,6 +231,7 @@ main (int argc, char *const *argv)
   return errorCount != 0 ? 1 : 0;
 #else  /* LIBCURL_VERSION_NUM < 0x072200 */
   (void) argc; (void) argv;   /* Unused. Silent compiler warning. */
+  (void) query_session_ahc; /* Mute compiler warning */
   return 77;
 #endif /* LIBCURL_VERSION_NUM < 0x072200 */
 }

-- 
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]