gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] 02/03: fix compiler warnings


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] 02/03: fix compiler warnings
Date: Wed, 04 Apr 2018 00:14:43 +0200

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

dold pushed a commit to annotated tag v0.5.0
in repository exchange.

commit 4074c69280f444925168ea592bca6cf17fd41f13
Author: Florian Dold <address@hidden>
AuthorDate: Wed Apr 4 00:13:17 2018 +0200

    fix compiler warnings
---
 src/bank-lib/testing_api_cmd_history.c | 3 ++-
 src/bank-lib/testing_api_cmd_reject.c  | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/bank-lib/testing_api_cmd_history.c 
b/src/bank-lib/testing_api_cmd_history.c
index 30090bf..d033e67 100644
--- a/src/bank-lib/testing_api_cmd_history.c
+++ b/src/bank-lib/testing_api_cmd_history.c
@@ -121,7 +121,8 @@ test_cancelled (struct TALER_TESTING_Interpreter *is,
     const struct TALER_TESTING_Command *c = &is->commands[i];
 
 
-    #warning "Errors reported here are NOT fatal"
+    /* XXX: Errors reported here are NOT fatal */
+
     /* Rejected wire transfers have hold a reference to a
      * reject command to mark them as rejected. So errors
      * about "reject traits" not found are NOT fatal here */
diff --git a/src/bank-lib/testing_api_cmd_reject.c 
b/src/bank-lib/testing_api_cmd_reject.c
index c01c27d..24d7414 100644
--- a/src/bank-lib/testing_api_cmd_reject.c
+++ b/src/bank-lib/testing_api_cmd_reject.c
@@ -127,7 +127,7 @@ reject_run (void *cls,
     (GNUNET_OK == TALER_TESTING_GET_TRAIT_ROW_ID
       (deposit_cmd, &row_id));
   TALER_LOG_INFO ("Account %llu rejects deposit\n",
-                  *credit_account);
+                  (unsigned long long) *credit_account);
   rs->rh = TALER_BANK_reject (is->ctx,
                               rs->bank_url,
                               &AUTHS[*credit_account -1],

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



reply via email to

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