From 5fa4a0e7e1c40bb07e28edc98ca2072ae7fcfacf Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 5 Sep 2019 11:23:24 +0200 Subject: fix warnings --- src/util/util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util') diff --git a/src/util/util.c b/src/util/util.c index e4697fab4..45049f6fc 100644 --- a/src/util/util.c +++ b/src/util/util.c @@ -115,6 +115,7 @@ set_amount (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx, { struct TALER_Amount *amount = scls; + (void) ctx; if (GNUNET_OK != TALER_string_to_amount (value, amount)) -- cgit v1.2.3