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: Address compilation


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: Address compilation warnings.
Date: Thu, 11 Apr 2019 00:33:26 +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 25f444a3 Address compilation warnings.
25f444a3 is described below

commit 25f444a3612dce485c925aa487531f96ae574db5
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Apr 11 00:33:01 2019 +0200

    Address compilation warnings.
---
 src/bank-lib/fakebank.c | 2 +-
 src/bank-lib/fakebank.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c
index a72d978f..27cf6b8b 100644
--- a/src/bank-lib/fakebank.c
+++ b/src/bank-lib/fakebank.c
@@ -695,7 +695,7 @@ handle_history (struct TALER_FAKEBANK_Handle *h,
   }
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
               "/history, start row (0 == no transactions exist): %llu\n",
-              NULL != pos ? pos->row_id : 0);
+              NULL != pos ? pos->row_id : 0LL);
   return TFH_build_history_response (connection,
                                      pos,
                                      &ha,
diff --git a/src/bank-lib/fakebank.h b/src/bank-lib/fakebank.h
index 4e81b353..f547db52 100644
--- a/src/bank-lib/fakebank.h
+++ b/src/bank-lib/fakebank.h
@@ -77,7 +77,7 @@ struct Transaction
   /**
    * Number of this transaction.
    */
-  uint64_t row_id;
+  long long unsigned int row_id;
 
   /**
    * Flag set if the transfer was rejected.

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



reply via email to

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