gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -squash compiler warning


From: gnunet
Subject: [taler-exchange] branch master updated: -squash compiler warning
Date: Wed, 18 May 2022 09:58:02 +0200

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 492d5015 -squash compiler warning
492d5015 is described below

commit 492d501570106cb2eefa684820d0c64966c153f9
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed May 18 09:57:56 2022 +0200

    -squash compiler warning
---
 src/exchange/taler-exchange-aggregator.c | 2 +-
 src/exchange/taler-exchange-httpd_wire.c | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/exchange/taler-exchange-aggregator.c 
b/src/exchange/taler-exchange-aggregator.c
index 5f185e24..9568f011 100644
--- a/src/exchange/taler-exchange-aggregator.c
+++ b/src/exchange/taler-exchange-aggregator.c
@@ -360,7 +360,7 @@ run_aggregation (void *cls)
   struct AggregationUnit au_active;
   enum GNUNET_DB_QueryStatus qs;
   struct TALER_Amount trans;
-  bool have_transient;
+  bool have_transient = true; /* squash compiler warning */
 
   task = NULL;
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,
diff --git a/src/exchange/taler-exchange-httpd_wire.c 
b/src/exchange/taler-exchange-httpd_wire.c
index aa187c1c..ce8293c9 100644
--- a/src/exchange/taler-exchange-httpd_wire.c
+++ b/src/exchange/taler-exchange-httpd_wire.c
@@ -609,7 +609,6 @@ TEH_handler_wire (struct TEH_RequestContext *rc,
       GNUNET_break (MHD_YES == ret);
       MHD_destroy_response (resp);
       return ret;
-
     }
   }
   return MHD_queue_response (rc->connection,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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