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_bank_history_debit.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/testing/testing_api_cmd_bank_history_debit.c') diff --git a/src/testing/testing_api_cmd_bank_history_debit.c b/src/testing/testing_api_cmd_bank_history_debit.c index 38d7ab95e..ebabf8d94 100644 --- a/src/testing/testing_api_cmd_bank_history_debit.c +++ b/src/testing/testing_api_cmd_bank_history_debit.c @@ -343,7 +343,6 @@ build_history (struct TALER_TESTING_Interpreter *is, * Check that the "/history/outgoing" response matches the * CMD whose offset in the list of CMDs is @a off. * - * @param is the interpreter state. * @param h expected history * @param total number of entries in @a h * @param off the offset (of the CMD list) where the command @@ -352,8 +351,7 @@ build_history (struct TALER_TESTING_Interpreter *is, * @return #GNUNET_OK if the transaction is what we expect. */ static int -check_result (struct TALER_TESTING_Interpreter *is, - struct History *h, +check_result (struct History *h, uint64_t total, unsigned int off, const struct TALER_BANK_DebitDetails *details) @@ -457,8 +455,7 @@ history_cb (void *cls, } /* check current element */ - if (GNUNET_OK != check_result (is, - hs->h, + if (GNUNET_OK != check_result (hs->h, hs->total, hs->results_obtained, details)) -- cgit v1.2.3