You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FairRuntimeDb::initContainer can sometimes fail and will
return `false` in that case. This was not handled very well
in our code.
Add a `[[nodiscard]]` so that the return value can not be
ignored without a warning.
Fix all callers, so that they at least emit an error log
entry.
0 commit comments