diff --git a/include/nlohmann/json.hpp b/include/nlohmann/json.hpp index 147fb36ea..3c9fa9199 100644 --- a/include/nlohmann/json.hpp +++ b/include/nlohmann/json.hpp @@ -1255,7 +1255,7 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec return j.m_parent == this; })); } - JSON_CATCH(...) {} + JSON_CATCH(...) {} // LCOV_EXCL_LINE #else static_cast(check_parents); #endif diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index 3760063b8..282f33291 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -18068,7 +18068,7 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec return j.m_parent == this; })); } - JSON_CATCH(...) {} + JSON_CATCH(...) {} // LCOV_EXCL_LINE #else static_cast(check_parents); #endif