gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: result intentionally ignore


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: result intentionally ignored
Date: Mon, 25 Jun 2018 19:53:26 +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 fbf89cc95 result intentionally ignored
fbf89cc95 is described below

commit fbf89cc954e20bf6a3377cb474dbca1f50af4600
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Jun 25 19:53:24 2018 +0200

    result intentionally ignored
---
 src/dht/gnunet_dht_profiler.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/dht/gnunet_dht_profiler.c b/src/dht/gnunet_dht_profiler.c
index 75ca2a3aa..5e22ca60f 100644
--- a/src/dht/gnunet_dht_profiler.c
+++ b/src/dht/gnunet_dht_profiler.c
@@ -346,7 +346,7 @@ bandwidth_stats_cont (void *cls,
            (unsigned long long) incoming_bandwidth);
   fprintf (stderr,
            "Benchmark done. Collect data via gnunet-statistics, then press 
ENTER to exit.\n");
-  getchar ();
+  (void) getchar ();
   GNUNET_SCHEDULER_shutdown ();
 }
 

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



reply via email to

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