From a10d3ab76b30270b69e5296b19e6fcc550812304 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 25 Jun 2019 11:33:02 +0200 Subject: warnings --- src/transport/gnunet-communicator-unix.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 "-"))) -- cgit v1.2.3