Skip to content

AGDDKernel : Fix cppcheck warning

Edward Moyse requested to merge emoyse/athena:main-fix-AGDDKernel into main

The new cppcheck nightlies reported the following warning in AGDDKernel

/build/atnight/localbuilds/nightlies/Athena/main--cppcheck/athena/DetectorDescription/AGDD/AGDDKernel/src/AGDDDetectorPositioner.cxx:10:25: warning: Member variable 'AGDDDetectorPositioner::ID' is not initialized in the constructor. [uninitMemberVar]

Merge request reports