summaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-08-25 13:11:28 +0200
committerChristian Grothoff <christian@grothoff.org>2023-08-25 13:11:28 +0200
commite692f5915b0f7384c3649da342fac0861ecc5f9c (patch)
treeadb1628da7f0f39871ceeedc49dc95bc7ad44a91 /src/backend
parentb4dbf7bcf38e183c0ddd39b48e911221bdd9d36c (diff)
downloadmerchant-e692f5915b0f7384c3649da342fac0861ecc5f9c.tar.gz
merchant-e692f5915b0f7384c3649da342fac0861ecc5f9c.tar.bz2
merchant-e692f5915b0f7384c3649da342fac0861ecc5f9c.zip
make compiler happy
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/taler-merchant-httpd_private-post-orders.c2
1 files changed, 1 insertions, 1 deletions
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;