Skip to content

AthLinks+AthContainersInterfaces: use explicit type casts

Frank Winklmeier requested to merge fwinkl/athena:athlinks_conv into master

I recently tried to compile some xAOD EDM packages with -Wconversion for code quality purposes. To reduce the "noise" a bit, this MR introduces a few explicit static_casts in the header files to fix -Wconversion related warnings.

We would never want to compile the full release with these warnings enabled, but it can be useful during the development process.

Merge request reports