Address compilation warnings.

This commit is contained in:
Marcello Stanisci 2019-04-11 00:23:04 +02:00
parent 12aa516024
commit 2025e11685
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -115,13 +115,15 @@ do_shutdown (void *cls)
* 0 if the bank's reply is bogus (fails to follow the protocol) * 0 if the bank's reply is bogus (fails to follow the protocol)
* @param ec detailed error code * @param ec detailed error code
* @param serial_id unique ID of the wire transfer in the bank's records; UINT64_MAX on error * @param serial_id unique ID of the wire transfer in the bank's records; UINT64_MAX on error
* @param timestamp timestamp when the transaction got settled at the bank.
* @param json detailed response from the HTTPD, or NULL if reply was not in JSON * @param json detailed response from the HTTPD, or NULL if reply was not in JSON
*/ */
static void static void
res_cb (void *cls, res_cb (void *cls,
unsigned int http_status, unsigned int http_status,
enum TALER_ErrorCode ec, enum TALER_ErrorCode ec,
uint64_t serial_id, long long unsigned serial_id,
struct GNUNET_TIME_Absolute timestamp,
const json_t *json) const json_t *json)
{ {
op = NULL; op = NULL;