Skip to content

Adapt to drop of StatusCode check via StatusCodeSvc

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

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