gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] branch master updated: Still on making the


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: Still on making the compiler happy.
Date: Fri, 12 Apr 2019 16:20:40 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new c93e699d Still on making the compiler happy.
c93e699d is described below

commit c93e699d5810ec8a46eba9e8900fcd3d49216aca
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Apr 12 16:20:24 2019 +0200

    Still on making the compiler happy.
---
 src/bank-lib/test_bank_interpreter.c        | 2 +-
 src/lib/testing_api_cmd_fakebank_transfer.c | 2 +-
 src/wire-plugins/plugin_wire_taler-bank.c   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/bank-lib/test_bank_interpreter.c 
b/src/bank-lib/test_bank_interpreter.c
index 9430e84b..4d5c714d 100644
--- a/src/bank-lib/test_bank_interpreter.c
+++ b/src/bank-lib/test_bank_interpreter.c
@@ -537,7 +537,7 @@ static void
 add_incoming_cb (void *cls,
                  unsigned int http_status,
                  enum TALER_ErrorCode ec,
-                 uint64_t row_id,
+                 long long unsigned int row_id,
                  struct GNUNET_TIME_Absolute timestamp,
                  const json_t *json)
 {
diff --git a/src/lib/testing_api_cmd_fakebank_transfer.c 
b/src/lib/testing_api_cmd_fakebank_transfer.c
index ce9ad854..cb3826af 100644
--- a/src/lib/testing_api_cmd_fakebank_transfer.c
+++ b/src/lib/testing_api_cmd_fakebank_transfer.c
@@ -195,7 +195,7 @@ static void
 add_incoming_cb (void *cls,
                  unsigned int http_status,
                 enum TALER_ErrorCode ec,
-                 uint64_t serial_id,
+                 long long unsigned int serial_id,
                  struct GNUNET_TIME_Absolute timestamp,
                  const json_t *full_response)
 {
diff --git a/src/wire-plugins/plugin_wire_taler-bank.c 
b/src/wire-plugins/plugin_wire_taler-bank.c
index 0a6db57a..e4dd1c06 100644
--- a/src/wire-plugins/plugin_wire_taler-bank.c
+++ b/src/wire-plugins/plugin_wire_taler-bank.c
@@ -626,7 +626,7 @@ static void
 execute_cb (void *cls,
             unsigned int http_status,
             enum TALER_ErrorCode ec,
-            uint64_t serial_id,
+            long long unsigned int serial_id,
             struct GNUNET_TIME_Absolute timestamp,
             const json_t *json)
 {

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]