gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] 02/08: fix compiler warning.


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] 02/08: fix compiler warning.
Date: Fri, 02 Mar 2018 15:02:15 +0100

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

marcello pushed a commit to branch master
in repository merchant.

commit ae2951782dd9097e413271bff60c3e2ea6ef1327
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Feb 28 15:23:30 2018 +0100

    fix compiler warning.
---
 src/lib/testing_api_cmd_pay.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/lib/testing_api_cmd_pay.c b/src/lib/testing_api_cmd_pay.c
index c7f3e87..e628de9 100644
--- a/src/lib/testing_api_cmd_pay.c
+++ b/src/lib/testing_api_cmd_pay.c
@@ -486,10 +486,11 @@ build_coins (struct TALER_MERCHANT_PayCoin **pc,
 
     icoin = &(*pc)[(*npc)-1];
 
+    /* FIXME: make the two following 'const'. */
     struct TALER_CoinSpendPrivateKeyP *coin_priv; 
-    const struct TALER_EXCHANGE_DenomPublicKey *denom_pub;
     struct TALER_DenominationSignature *denom_sig;
-    struct TALER_Amount *denom_value;
+    const struct TALER_Amount *denom_value;
+    const struct TALER_EXCHANGE_DenomPublicKey *denom_pub;
 
     GNUNET_assert
       (GNUNET_OK == TALER_TESTING_get_trait_coin_priv

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



reply via email to

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