commit d56f75e0ec6c609f26b0232aedaa19df463d5659 parent c887cfd76734ea1896bbe844f81bd29962aab7f7 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 24 May 2025 21:36:33 +0200 -fix compiler warning Diffstat:
| M | src/json/conversion.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/json/conversion.c b/src/json/conversion.c @@ -285,7 +285,7 @@ child_done_cb (void *cls, fprintf (stderr, "%.*s\n", (int) ec->read_pos, - ec->read_buf); + (const char *) ec->read_buf); } } ec->cb (ec->cb_cls,