🚨 fix warning
This commit is contained in:
parent
fc38454a22
commit
5306eef150
@ -1254,7 +1254,7 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec
|
|||||||
return j.m_parent == this;
|
return j.m_parent == this;
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
catch (..) {}
|
catch (...) {}
|
||||||
#else
|
#else
|
||||||
static_cast<void>(check_parents);
|
static_cast<void>(check_parents);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -18067,7 +18067,7 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec
|
|||||||
return j.m_parent == this;
|
return j.m_parent == this;
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
catch (..) {}
|
catch (...) {}
|
||||||
#else
|
#else
|
||||||
static_cast<void>(check_parents);
|
static_cast<void>(check_parents);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user