gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix warnings


From: gnunet
Subject: [taler-exchange] branch master updated: fix warnings
Date: Fri, 27 Mar 2020 13:53:34 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 373a5f96 fix warnings
     new 69e50079 Merge branch 'master' of git+ssh://git.taler.net/exchange
373a5f96 is described below

commit 373a5f96a7d2def03e11ef9a2055893e807ce9ab
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Mar 27 13:53:26 2020 +0100

    fix warnings
---
 src/exchange-tools/taler-exchange-keyup.c        | 3 ++-
 src/exchange/taler-exchange-httpd_deposits_get.c | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/exchange-tools/taler-exchange-keyup.c 
b/src/exchange-tools/taler-exchange-keyup.c
index 645d73cd..70f74aa4 100644
--- a/src/exchange-tools/taler-exchange-keyup.c
+++ b/src/exchange-tools/taler-exchange-keyup.c
@@ -767,7 +767,7 @@ create_denomkey_issue (
   GNUNET_assert (NULL != dki->denom_priv.rsa_private_key);
   dki->denom_pub.rsa_public_key
     = GNUNET_CRYPTO_rsa_private_key_get_public (
-    dki->denom_priv.rsa_private_key);
+        dki->denom_priv.rsa_private_key);
   GNUNET_CRYPTO_rsa_public_key_hash (dki->denom_pub.rsa_public_key,
                                      &dki->issue.properties.denom_hash);
   dki->issue.properties.master = master_public_key;
@@ -1140,6 +1140,7 @@ check_revocation_regeneration (
   struct GNUNET_TIME_Absolute now;
   struct GNUNET_TIME_Absolute withdraw_end;
 
+  (void) alias;
   if (0 !=
       GNUNET_memcmp (denom_hash,
                      &dki->issue.properties.denom_hash))
diff --git a/src/exchange/taler-exchange-httpd_deposits_get.c 
b/src/exchange/taler-exchange-httpd_deposits_get.c
index 8a0e1494..1c9c58d1 100644
--- a/src/exchange/taler-exchange-httpd_deposits_get.c
+++ b/src/exchange/taler-exchange-httpd_deposits_get.c
@@ -322,6 +322,7 @@ TEH_handler_deposits_get (const struct TEH_RequestHandler 
*rh,
     .purpose.purpose = htonl (TALER_SIGNATURE_MERCHANT_TRACK_TRANSACTION)
   };
 
+  (void) rh;
   if (GNUNET_OK !=
       GNUNET_STRINGS_string_to_data (args[0],
                                      strlen (args[0]),

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



reply via email to

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