Skip to content

Commit b2779c3

Browse files
committed
Fix issue with unsupported unreachable on Windows
1 parent 9b11e11 commit b2779c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmark/twitter/sax_tweet_reader_visitor.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ simdjson_really_inline error_code sax_tweet_reader_visitor::visit_object_start(j
163163
return INCORRECT_TYPE;
164164
}
165165
SIMDJSON_UNREACHABLE();
166+
return UNINITIALIZED;
166167
}
167168
simdjson_really_inline error_code sax_tweet_reader_visitor::visit_key(json_iterator &, const uint8_t *key) {
168169
current_key = key;

0 commit comments

Comments
 (0)