commit e692f5915b0f7384c3649da342fac0861ecc5f9c parent b4dbf7bcf38e183c0ddd39b48e911221bdd9d36c Author: Christian Grothoff <christian@grothoff.org> Date: Fri, 25 Aug 2023 13:11:28 +0200 make compiler happy Diffstat:
| M | 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 @@ -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;