aboutsummaryrefslogtreecommitdiff
path: root/src/util/speedup.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-01-04 19:18:32 +0100
committerChristian Grothoff <christian@grothoff.org>2018-01-04 19:18:40 +0100
commit0baf3c103e55a8227de32a6d43afd749538bb1a5 (patch)
tree01492d52158eea25e42b505a08a124f633813d33 /src/util/speedup.c
parente7e3572182bf2a0d51ae449abeee0fabbb18a0b4 (diff)
downloadgnunet-0baf3c103e55a8227de32a6d43afd749538bb1a5.tar.gz
gnunet-0baf3c103e55a8227de32a6d43afd749538bb1a5.zip
fix misc compiler warnings
Diffstat (limited to 'src/util/speedup.c')
-rw-r--r--src/util/speedup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/speedup.c b/src/util/speedup.c
index c6a4cf678..f5e81f16b 100644
--- a/src/util/speedup.c
+++ b/src/util/speedup.c
@@ -42,6 +42,7 @@ do_speedup (void *cls)
42{ 42{
43 static long long current_offset; 43 static long long current_offset;
44 44
45 (void) cls;
45 speedup_task = NULL; 46 speedup_task = NULL;
46 current_offset += delta.rel_value_us; 47 current_offset += delta.rel_value_us;
47 GNUNET_TIME_set_offset (current_offset); 48 GNUNET_TIME_set_offset (current_offset);