summaryrefslogtreecommitdiff
path: root/src/exchange-tools/taler-exchange-keycheck.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-01 14:34:34 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-01 14:34:50 +0100
commit40d9674856dd77a98053f0451d76791de146551f (patch)
tree22660007e53e6a6173551f506737b6cd7ff9ecfe /src/exchange-tools/taler-exchange-keycheck.c
parentea57a95ba3052bf0d2f98a0aa53e99d636be7ce2 (diff)
downloadexchange-40d9674856dd77a98053f0451d76791de146551f.tar.gz
exchange-40d9674856dd77a98053f0451d76791de146551f.tar.bz2
exchange-40d9674856dd77a98053f0451d76791de146551f.zip
fix warnings
Diffstat (limited to 'src/exchange-tools/taler-exchange-keycheck.c')
-rw-r--r--src/exchange-tools/taler-exchange-keycheck.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/exchange-tools/taler-exchange-keycheck.c b/src/exchange-tools/taler-exchange-keycheck.c
index 2c2ebcf9f..42b1b511b 100644
--- a/src/exchange-tools/taler-exchange-keycheck.c
+++ b/src/exchange-tools/taler-exchange-keycheck.c
@@ -57,6 +57,7 @@ signkeys_iter (void *cls,
const char *filename,
const struct TALER_EXCHANGEDB_PrivateSigningKeyInformationP *ski)
{
+ (void) cls;
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"Iterating over key `%s' for start time %s\n",
filename,
@@ -135,6 +136,7 @@ denomkeys_iter (void *cls,
{
struct GNUNET_HashCode hc;
+ (void) cls;
if (ntohl (dki->issue.properties.purpose.size) !=
sizeof (struct TALER_DenominationKeyValidityPS))
{
@@ -235,6 +237,9 @@ run (void *cls,
const char *cfgfile,
const struct GNUNET_CONFIGURATION_Handle *cfg)
{
+ (void) cls;
+ (void) args;
+ (void) cfgfile;
kcfg = cfg;
if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_filename (kcfg,