gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: make compiler happy


From: gnunet
Subject: [taler-merchant] branch master updated: make compiler happy
Date: Fri, 25 Aug 2023 13:11:32 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new e692f591 make compiler happy
e692f591 is described below

commit e692f5915b0f7384c3649da342fac0861ecc5f9c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Aug 25 13:11:28 2023 +0200

    make compiler happy
---
 src/backend/taler-merchant-httpd_private-post-orders.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c 
b/src/backend/taler-merchant-httpd_private-post-orders.c
index 409c3eec..1c888508 100644
--- a/src/backend/taler-merchant-httpd_private-post-orders.c
+++ b/src/backend/taler-merchant-httpd_private-post-orders.c
@@ -926,7 +926,7 @@ get_acceptable (void *cls,
                 const struct TMH_Exchange *exchange)
 {
   struct OrderContext *oc = cls;
-  unsigned int priority;
+  unsigned int priority = 42; /* make compiler happy */
   json_t *j_exchange;
   enum GNUNET_GenericReturnValue res;
 

-- 
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]