This commit is contained in:
Daniel Lemire
2020-10-13 09:18:54 -04:00
committed by GitHub
parent 43da4f7ccc
commit bb2bc98a22
63 changed files with 352 additions and 352 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ extern "C" {
SIMDJSON_POP_DISABLE_WARNINGS
// fastjson has a tricky interface
void on_json_error(void *, SIMDJSON_UNUSED const fastjson::ErrorContext &ec) {
void on_json_error(void *, simdjson_unused const fastjson::ErrorContext &ec) {
// std::cerr<<"ERROR: "<<ec.mesg<<std::endl;
}
bool fastjson_parse(const char *input) {