exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 9d9d9819c6831771ea47d128e9fad5d9a004e0f4
parent 0ddc52d90a0f5b58ab6a263a944148a5e527cb24
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 30 Aug 2025 21:54:29 +0200

-fix compiler warning

Diffstat:
Msrc/json/test_json.c | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/json/test_json.c b/src/json/test_json.c @@ -435,8 +435,10 @@ test_array (void) GNUNET_JSON_spec_end () }; json_t *d; - char *buf[] = {"01","02","03","04", - "Aa","Bb","Cc","Dd"}; + const char *buf[] = { + "01", "02", "03", "04", + "Aa", "Bb", "Cc", "Dd" + }; d = json_pack ("{s:[s:s:s:s:s:s:s:s]}", "nums",