From d923f29144a1fb0bdf647e597659f6699254e40a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 27 Mar 2020 14:05:59 +0100 Subject: removing warnings --- src/testing/testing_api_loop.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/testing/testing_api_loop.c') diff --git a/src/testing/testing_api_loop.c b/src/testing/testing_api_loop.c index b4b1aaaad..7c3a7aaa9 100644 --- a/src/testing/testing_api_loop.c +++ b/src/testing/testing_api_loop.c @@ -274,7 +274,7 @@ interpreter_run (void *cls) cmd->label); cmd->start_time = cmd->last_req_time - = GNUNET_TIME_absolute_get (); + = GNUNET_TIME_absolute_get (); cmd->num_tries = 1; cmd->run (cmd->cls, cmd, @@ -591,6 +591,7 @@ TALER_TESTING_cert_cb (void *cls, struct MainContext *main_ctx = cls; struct TALER_TESTING_Interpreter *is = main_ctx->is; + (void) compat; if (NULL == keys) { if (GNUNET_NO == is->working) -- cgit v1.2.3