result intentionally ignored
authorChristian Grothoff <christian@grothoff.org>
Mon, 25 Jun 2018 17:53:24 +0000 (19:53 +0200)
committerChristian Grothoff <christian@grothoff.org>
Mon, 25 Jun 2018 17:53:24 +0000 (19:53 +0200)
src/dht/gnunet_dht_profiler.c

index 75ca2a3aa0831d24d18cb186e2ccf790dfc2bc1e..5e22ca60ff055f6caa6466e80ddd8ff60b1ad095 100644 (file)
@@ -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 ();
 }