Skip to content

Commit

Permalink
Update json.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
raduteo committed Apr 12, 2021
1 parent e8dbd7b commit 35d7920
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/nlohmann/json.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1256,9 +1256,8 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec
}));
}
JSON_CATCH(...) {} // LCOV_EXCL_LINE
#else
static_cast<void>(check_parents);
#endif
static_cast<void>(check_parents);
}

void set_parents()
Expand Down

0 comments on commit 35d7920

Please sign in to comment.