diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-06-25 11:33:02 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-06-25 11:33:02 +0200 |
commit | a10d3ab76b30270b69e5296b19e6fcc550812304 (patch) | |
tree | f60c6936bf607f10e719218d8af0de05485f7ab0 | |
parent | ca824f4429dd39f9108f6147678d6b8673e99fa6 (diff) |
warnings
-rw-r--r-- | src/transport/gnunet-communicator-unix.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 "-"))) |