Re: [libmicrohttpd] PATCH: Avoid unitialized variable compiler warning in digestauth.c

2021-09-03 Thread Christian Grothoff
Thanks for reporting, fixed in Git master as suggested. -Christian On 9/3/21 10:22 AM, Thorsten Brehm wrote: > Hi, > > gcc10 complains with two warnings when compiling libmicrohttpd using > > #define NDEBUG 1 > #define DAUTH_SUPPORT 1 > > so, "release build" with enabled "digest authent

[libmicrohttpd] PATCH: Avoid unitialized variable compiler warning in digestauth.c

2021-09-03 Thread Thorsten Brehm
Hi, gcc10 complains with two warnings when compiling libmicrohttpd using #define NDEBUG 1 #define DAUTH_SUPPORT 1 so, "release build" with enabled "digest authentication": ../digestauth.c: In function 'MHD_digest_auth_check_digest2': ../digestauth.c:1287:9: warning: 'da.digest_size' may