🚨 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;
|
return j.m_parent == this;
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
JSON_CATCH(...) {}
|
JSON_CATCH(...) {} // LCOV_EXCL_LINE
|
||||||
#else
|
#else
|
||||||
static_cast<void>(check_parents);
|
static_cast<void>(check_parents);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -18068,7 +18068,7 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec
|
|||||||
return j.m_parent == this;
|
return j.m_parent == this;
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
JSON_CATCH(...) {}
|
JSON_CATCH(...) {} // LCOV_EXCL_LINE
|
||||||
#else
|
#else
|
||||||
static_cast<void>(check_parents);
|
static_cast<void>(check_parents);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user