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_check_empty.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/testing/testing_api_cmd_bank_check_empty.c') diff --git a/src/testing/testing_api_cmd_bank_check_empty.c b/src/testing/testing_api_cmd_bank_check_empty.c index a26fd9bb..ee16e5a9 100644 --- a/src/testing/testing_api_cmd_bank_check_empty.c +++ b/src/testing/testing_api_cmd_bank_check_empty.c @@ -40,6 +40,8 @@ check_bank_empty_cleanup (void *cls, const struct TALER_TESTING_Command *cmd) { + (void) cls; + (void) cmd; return; } @@ -56,6 +58,8 @@ check_bank_empty_run (void *cls, const struct TALER_TESTING_Command *cmd, struct TALER_TESTING_Interpreter *is) { + (void) cls; + (void) cmd; if (GNUNET_OK != TALER_FAKEBANK_check_empty (is->fakebank)) { GNUNET_break (0); @@ -76,6 +80,10 @@ check_bank_empty_traits (void *cls, const char *trait, unsigned int index) { + (void) cls; + (void) ret; + (void) trait; + (void) index; return GNUNET_SYSERR; } -- cgit v1.2.3