Fix issue with unsupported unreachable on Windows
This commit is contained in:
parent
9b11e119d4
commit
b2779c35df
|
@ -163,6 +163,7 @@ simdjson_really_inline error_code sax_tweet_reader_visitor::visit_object_start(j
|
||||||
return INCORRECT_TYPE;
|
return INCORRECT_TYPE;
|
||||||
}
|
}
|
||||||
SIMDJSON_UNREACHABLE();
|
SIMDJSON_UNREACHABLE();
|
||||||
|
return UNINITIALIZED;
|
||||||
}
|
}
|
||||||
simdjson_really_inline error_code sax_tweet_reader_visitor::visit_key(json_iterator &, const uint8_t *key) {
|
simdjson_really_inline error_code sax_tweet_reader_visitor::visit_key(json_iterator &, const uint8_t *key) {
|
||||||
current_key = key;
|
current_key = key;
|
||||||
|
|
Loading…
Reference in New Issue