diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-08-25 13:11:28 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-08-25 13:11:28 +0200 |
commit | e692f5915b0f7384c3649da342fac0861ecc5f9c (patch) | |
tree | adb1628da7f0f39871ceeedc49dc95bc7ad44a91 /src | |
parent | b4dbf7bcf38e183c0ddd39b48e911221bdd9d36c (diff) |
make compiler happy
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/taler-merchant-httpd_private-post-orders.c | 2 |
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; |