[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [libmicrohttpd] 03/05: digestauth.c: muted compiler warning
From: |
gnunet |
Subject: |
[GNUnet-SVN] [libmicrohttpd] 03/05: digestauth.c: muted compiler warning |
Date: |
Thu, 28 Sep 2017 20:00:18 +0200 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to branch master
in repository libmicrohttpd.
commit 73897ef5a15ada07806cb3fd2f509a42030a0cee
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Thu Sep 28 20:50:50 2017 +0300
digestauth.c: muted compiler warning
---
src/microhttpd/digestauth.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c
index f1f55dfa..dc277249 100644
--- a/src/microhttpd/digestauth.c
+++ b/src/microhttpd/digestauth.c
@@ -190,6 +190,7 @@ digest_calc_response (const char ha1[HASH_MD5_HEX_LEN + 1],
unsigned char ha2[MD5_DIGEST_SIZE];
unsigned char resphash[MD5_DIGEST_SIZE];
char ha2hex[HASH_MD5_HEX_LEN + 1];
+ (void)hentity; /* Silent compiler warning. */
MD5Init (&md5);
MD5Update (&md5,
--
To stop receiving notification emails like this one, please contact
address@hidden
- [GNUnet-SVN] [libmicrohttpd] branch master updated (42e4a4b6 -> 27c939ad), gnunet, 2017/09/28
- [GNUnet-SVN] [libmicrohttpd] 05/05: mhd_str.c: muted compiler warning, gnunet, 2017/09/28
- [GNUnet-SVN] [libmicrohttpd] 01/05: connection.c: muted compiler warnings, replaced some unused checks with asserts., gnunet, 2017/09/28
- [GNUnet-SVN] [libmicrohttpd] 02/05: daemon.c: muted some compiler warnings, added comments., gnunet, 2017/09/28
- [GNUnet-SVN] [libmicrohttpd] 03/05: digestauth.c: muted compiler warning,
gnunet <=
- [GNUnet-SVN] [libmicrohttpd] 04/05: postprocessor.c: fixed compiler warnings, gnunet, 2017/09/28