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_cmd_auditor_exchanges.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/testing/testing_api_cmd_auditor_exchanges.c') diff --git a/src/testing/testing_api_cmd_auditor_exchanges.c b/src/testing/testing_api_cmd_auditor_exchanges.c index 4b143f10..17099cb8 100644 --- a/src/testing/testing_api_cmd_auditor_exchanges.c +++ b/src/testing/testing_api_cmd_auditor_exchanges.c @@ -221,6 +221,7 @@ exchanges_run (void *cls, { struct ExchangesState *es = cls; + (void) cmd; es->is = is; es->leh = TALER_AUDITOR_list_exchanges (is->auditor, @@ -283,6 +284,10 @@ exchanges_traits (void *cls, const char *trait, unsigned int index) { + (void) cls; + (void) ret; + (void) trait; + (void) index; /* Must define this function because some callbacks * look for certain traits on _all_ the commands. */ return GNUNET_SYSERR; -- cgit v1.2.3