Skip to content

23.0-cppcheck-AthenaServices

Shaun Roe requested to merge sroe/athena:23.0-cppcheck-AthenaServices into master

Addresses remaining cppcheck performance reports in the /Control folder : all uses of str = str.substr(0, n) replaced by str.resize(n)

Merge request reports