summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-09-05 11:23:24 +0200
committerChristian Grothoff <christian@grothoff.org>2019-09-05 11:23:24 +0200
commit5fa4a0e7e1c40bb07e28edc98ca2072ae7fcfacf (patch)
treefe075268a0b8ddb889ff198dd681a11c4effd94b /src/util
parentb9dee3a1d54637a8c8d0e3ef34bd6b8bfd0d1bac (diff)
downloadexchange-5fa4a0e7e1c40bb07e28edc98ca2072ae7fcfacf.tar.gz
exchange-5fa4a0e7e1c40bb07e28edc98ca2072ae7fcfacf.tar.bz2
exchange-5fa4a0e7e1c40bb07e28edc98ca2072ae7fcfacf.zip
fix warnings
Diffstat (limited to 'src/util')
-rw-r--r--src/util/util.c1
1 files changed, 1 insertions, 0 deletions
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))