gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 03/04: Fixed compiler warning


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 03/04: Fixed compiler warning
Date: Wed, 15 Nov 2017 14:17:16 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit fd7d712823b6fd2d544a85a15f27f2a01989f29e
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Wed Nov 15 15:36:12 2017 +0300

    Fixed compiler warning
---
 src/testcurl/https/test_https_get.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/testcurl/https/test_https_get.c 
b/src/testcurl/https/test_https_get.c
index 51536385..e417129d 100644
--- a/src/testcurl/https/test_https_get.c
+++ b/src/testcurl/https/test_https_get.c
@@ -165,6 +165,7 @@ main (int argc, char *const *argv)
     test_cipher_option (NULL, des_cbc3_sha_tlsv1, CURL_SSLVERSION_TLSv1);
 #else  /* GNUTLS_VERSION_NUMBER >= 0x030600 */
   (void)des_cbc3_sha_tlsv1;
+  (void)test_cipher_option;
 #endif /* GNUTLS_VERSION_NUMBER >= 0x030600 */
   print_test_result (errorCount, argv[0]);
 

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



reply via email to

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