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_handle.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/exchange-lib/exchange_api_handle.c') diff --git a/src/exchange-lib/exchange_api_handle.c b/src/exchange-lib/exchange_api_handle.c index 2397bf98..eb81a79f 100644 --- a/src/exchange-lib/exchange_api_handle.c +++ b/src/exchange-lib/exchange_api_handle.c @@ -59,7 +59,6 @@ GNUNET_log (type, "Curl function `%s' has failed at `%s:%d' with error: %s", \ function, __FILE__, __LINE__, curl_easy_strerror (code)); - /** * Stages of initialization for the `struct TALER_EXCHANGE_Handle` */ @@ -1485,7 +1484,7 @@ request_keys (void *cls) kr->job = GNUNET_CURL_job_add (exchange->ctx, eh, GNUNET_NO, - &keys_completed_cb, + (GC_JCC) &keys_completed_cb, kr); exchange->kr = kr; } -- cgit v1.2.3