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