aboutsummaryrefslogtreecommitdiff
path: root/src/json
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-05-10 00:27:33 +0200
committerChristian Grothoff <christian@grothoff.org>2023-05-10 00:27:33 +0200
commitaedd13a77856ebc9344643571d9e13cc93297b05 (patch)
tree40be359731886d76ddd0334141a7267c6c549de7 /src/json
parent1cf58e8ff8efc82f0e8bf1a058047d48b86e060e (diff)
downloadexchange-aedd13a77856ebc9344643571d9e13cc93297b05.tar.xz
assertions to make compiler happy
Diffstat (limited to 'src/json')
-rw-r--r--src/json/json.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/json/json.c b/src/json/json.c
index 832863f31..fb00fb535 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,