summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_bank_check_empty.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-27 14:05:59 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-27 14:05:59 +0100
commitd923f29144a1fb0bdf647e597659f6699254e40a (patch)
tree003f5629e2fe6fea2c4462ad546f39a670f64e3e /src/testing/testing_api_cmd_bank_check_empty.c
parent69e50079b4412624a78002853535a6e7a306cc29 (diff)
downloadexchange-d923f29144a1fb0bdf647e597659f6699254e40a.tar.gz
exchange-d923f29144a1fb0bdf647e597659f6699254e40a.tar.bz2
exchange-d923f29144a1fb0bdf647e597659f6699254e40a.zip
removing warnings
Diffstat (limited to 'src/testing/testing_api_cmd_bank_check_empty.c')
-rw-r--r--src/testing/testing_api_cmd_bank_check_empty.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/testing/testing_api_cmd_bank_check_empty.c b/src/testing/testing_api_cmd_bank_check_empty.c
index a26fd9bb1..ee16e5a91 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;
}