From b0d00823eb96de733510354366246a94c6636b9f Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 22 Oct 2018 12:29:34 +0200 Subject: Fix compiler warnings. --- src/exchange-lib/exchange_api_payback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exchange-lib/exchange_api_payback.c') diff --git a/src/exchange-lib/exchange_api_payback.c b/src/exchange-lib/exchange_api_payback.c index 8eb9b0c1..79eb5583 100644 --- a/src/exchange-lib/exchange_api_payback.c +++ b/src/exchange-lib/exchange_api_payback.c @@ -344,7 +344,7 @@ TALER_EXCHANGE_payback (struct TALER_EXCHANGE_Handle *exchange, ph->job = GNUNET_CURL_job_add (ctx, eh, GNUNET_YES, - &handle_payback_finished, + (GC_JCC) &handle_payback_finished, ph); return ph; } -- cgit v1.2.3