22.0-cppcheck-InnerDetector
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.