From: Christian Grothoff Date: Tue, 25 Jun 2019 09:33:02 +0000 (+0200) Subject: warnings X-Git-Tag: v0.11.6~90 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a10d3ab76b30270b69e5296b19e6fcc550812304;p=oweals%2Fgnunet.git warnings --- diff --git a/src/transport/gnunet-communicator-unix.c b/src/transport/gnunet-communicator-unix.c index 1772e3647..1d5029f20 100644 --- a/src/transport/gnunet-communicator-unix.c +++ b/src/transport/gnunet-communicator-unix.c @@ -684,6 +684,7 @@ select_read_cb (void *cls); static void receive_complete_cb (void *cls, int success) { + (void) cls; delivering_messages--; if (GNUNET_OK != success) GNUNET_STATISTICS_update (stats, @@ -832,6 +833,7 @@ mq_init (void *cls, const struct GNUNET_PeerIdentity *peer, const char *address) struct sockaddr_un *un; socklen_t un_len; + (void) cls; if (0 != strncmp (address, COMMUNICATOR_ADDRESS_PREFIX "-", strlen (COMMUNICATOR_ADDRESS_PREFIX "-")))