From 52fe9d657bd54e622e8b87070c29ac0ffc27c575 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 19 Nov 2021 20:56:53 +0100 Subject: -fix leaks and compiler warnings --- src/testing/test_bank_api.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/testing/test_bank_api.c') diff --git a/src/testing/test_bank_api.c b/src/testing/test_bank_api.c index e5a125894..d81fbe36e 100644 --- a/src/testing/test_bank_api.c +++ b/src/testing/test_bank_api.c @@ -75,6 +75,7 @@ run (void *cls, { struct TALER_WireTransferIdentifierRawP wtid; + (void) cls; memset (&wtid, 42, sizeof (wtid)); { @@ -165,6 +166,8 @@ main (int argc, int rv; const char *cfgfile; + (void) argc; + (void) argv; /* These environment variables get in the way... */ unsetenv ("XDG_DATA_HOME"); unsetenv ("XDG_CONFIG_HOME"); -- cgit v1.2.3