Skip to content

22.0-cppcheck-InnerDetector

Shaun Roe requested to merge sroe/athena:22.0-cppcheck-PixelCalibAlgs into master

Solve the last four cppcheck warnings discovered by cppcheck version 2.8. Largely uninitialised variables (c-style arrays). One instance of initialising vectors from a c-style array which was probably false positive, but made explicit by using std::begin and std::end.

Merge request reports