Still on making the compiler happy.

This commit is contained in:
Marcello Stanisci 2019-04-12 16:20:24 +02:00
parent 054fe2fb05
commit c93e699d58
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F
3 changed files with 3 additions and 3 deletions

View File

@ -537,7 +537,7 @@ static void
add_incoming_cb (void *cls, add_incoming_cb (void *cls,
unsigned int http_status, unsigned int http_status,
enum TALER_ErrorCode ec, enum TALER_ErrorCode ec,
uint64_t row_id, long long unsigned int row_id,
struct GNUNET_TIME_Absolute timestamp, struct GNUNET_TIME_Absolute timestamp,
const json_t *json) const json_t *json)
{ {

View File

@ -195,7 +195,7 @@ static void
add_incoming_cb (void *cls, add_incoming_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 int serial_id,
struct GNUNET_TIME_Absolute timestamp, struct GNUNET_TIME_Absolute timestamp,
const json_t *full_response) const json_t *full_response)
{ {

View File

@ -626,7 +626,7 @@ static void
execute_cb (void *cls, execute_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 int serial_id,
struct GNUNET_TIME_Absolute timestamp, struct GNUNET_TIME_Absolute timestamp,
const json_t *json) const json_t *json)
{ {