🚨 fix warning
This commit is contained in:
parent
63c52b1201
commit
f7ada0a8e1
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user