mirror of
https://github.com/json-c/json-c.git
synced 2026-04-07 14:29:06 +08:00
added fallthrough for gcc7
This commit is contained in:
@@ -305,6 +305,7 @@ struct json_object* json_tokener_parse_ex(struct json_tokener *tok,
|
||||
tok->err = json_tokener_error_parse_unexpected;
|
||||
goto out;
|
||||
}
|
||||
// fallthrough
|
||||
case '"':
|
||||
state = json_tokener_state_string;
|
||||
printbuf_reset(tok->pb);
|
||||
|
||||
Reference in New Issue
Block a user