Skip to content

22.0-cppcheck-MuonPRDTest

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

Solve many cppcheck warnings and errors; principally: passing string arguments by const reference; ensuring 'throw' is used with a std::runtime_error exception; initialisation of member variables.

Merge request reports