From: Christian Grothoff Date: Mon, 25 Jun 2018 17:53:24 +0000 (+0200) Subject: result intentionally ignored X-Git-Tag: v0.11.0~352 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fbf89cc954e20bf6a3377cb474dbca1f50af4600;p=oweals%2Fgnunet.git result intentionally ignored --- 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 (); }