gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: warnings


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: warnings
Date: Tue, 25 Jun 2019 11:34:33 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new a10d3ab76 warnings
a10d3ab76 is described below

commit a10d3ab76b30270b69e5296b19e6fcc550812304
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Jun 25 11:33:02 2019 +0200

    warnings
---
 src/transport/gnunet-communicator-unix.c | 2 ++
 1 file changed, 2 insertions(+)

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 "-")))

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]