From aedd13a77856ebc9344643571d9e13cc93297b05 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 10 May 2023 00:27:33 +0200 Subject: assertions to make compiler happy --- src/json/json.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/json/json.c') diff --git a/src/json/json.c b/src/json/json.c index 832863f3..fb00fb53 100644 --- a/src/json/json.c +++ b/src/json/json.c @@ -655,6 +655,7 @@ parse_path (json_t *obj, json_t *next_obj = NULL; char *next_dot; + GNUNET_assert (NULL != id); /* make stupid compiler happy */ if (NULL == next_id) { cb (cb_cls, -- cgit v1.2.3