warnings
authorChristian Grothoff <christian@grothoff.org>
Tue, 25 Jun 2019 09:33:02 +0000 (11:33 +0200)
committerChristian Grothoff <christian@grothoff.org>
Tue, 25 Jun 2019 09:33:02 +0000 (11:33 +0200)
src/transport/gnunet-communicator-unix.c

index 1772e3647805f5f22e9895284f1f6b74f8560da2..1d5029f209514a8fac8f9a837b2c130c5ecf3658 100644 (file)
@@ -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 "-")))