mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
daemon: muted compiler warning
This commit is contained in:
@@ -325,6 +325,9 @@ MHD_ip_addr_to_key (const struct sockaddr *addr,
|
||||
socklen_t addrlen,
|
||||
struct MHD_IPCount *key)
|
||||
{
|
||||
#ifndef DEBUG
|
||||
(void) addrlen; /* Mute compiler warning */
|
||||
#endif /* DEBUG */
|
||||
memset (key,
|
||||
0,
|
||||
sizeof(*key));
|
||||
|
||||
Reference in New Issue
Block a user