diff -r 10123f4d5618 -r 9d02bb5dcc3c src/json.c --- a/src/json.c Sat Oct 19 17:25:11 2024 +0200 +++ b/src/json.c Sun Oct 20 10:49:38 2024 +0200 @@ -39,7 +39,7 @@ #define PARSER_STATES_ALLOC 32 -static CxJsonValue cx_json_value_nothing = {CX_JSON_NOTHING, {0}}; +static CxJsonValue cx_json_value_nothing = {CX_JSON_NOTHING}; static int token_append(CxJsonToken *token, const char *buf, size_t len) {