Fixed and muted compiler warnings

This commit is contained in:
Evgeny Grin (Karlson2k)
2020-12-23 22:40:59 +03:00
parent aee82048c2
commit 6d7f0a8f54
9 changed files with 62 additions and 34 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ main (int argc, char *const *argv)
{
unsigned int errorCount = 0;
const char *aes256_sha_tlsv1 = "AES256-SHA";
(void) argc; /* Unused. Silent compiler warning. */
(void) argc; (void) argv; /* Unused. Silent compiler warning. */
#ifdef MHD_HTTPS_REQUIRE_GRYPT
gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0);