🚨 fix warning

This commit is contained in:
Niels Lohmann 2021-03-23 18:15:52 +01:00
parent 63c52b1201
commit f7ada0a8e1
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
2 changed files with 2 additions and 2 deletions

View File

@ -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<void>(check_parents);
#endif

View File

@ -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<void>(check_parents);
#endif