Skip to content

Adapt to drop of StatusCode check via StatusCodeSvc (run2)

Marco Clemencic requested to merge marcocle/follow-gaudi-989-run2 into run2-patches

With gaudi/Gaudi!989 (merged) we are enforcing the check of returned StatusCode instances only via the [[nodiscard]] attribute and compiler warnings, so the constructor StatusCode::StatusCode(code, checked) is deprecated.

This MR fixes all the warnings resulting from the new StatusCode policy.

Merge request reports