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_twisted.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/testing/test_bank_api_twisted.c') diff --git a/src/testing/test_bank_api_twisted.c b/src/testing/test_bank_api_twisted.c index 8e505cdf..c550aaeb 100644 --- a/src/testing/test_bank_api_twisted.c +++ b/src/testing/test_bank_api_twisted.c @@ -86,6 +86,7 @@ run (void *cls, /* Route our commands through twister. */ struct TALER_BANK_AuthenticationData exchange_auth_twisted; + (void) cls; memset (&wtid, 0x5a, sizeof (wtid)); @@ -165,6 +166,7 @@ main (int argc, int ret; const char *cfgfilename; + (void) argc; /* These environment variables get in the way... */ unsetenv ("XDG_DATA_HOME"); unsetenv ("XDG_CONFIG_HOME"); -- cgit v1.2.3