Skip to content
GitLab
Explore
Sign in
CaloIdentifier: Fix cppcheck warnings.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Scott Snyder
requested to merge
ssnyder/athena:cppcheck.CaloIdentifier-20190316
into
master
Mar 16, 2019
Overview
4
Commits
1
Pipelines
1
Changes
28
Expand
Fix cppcheck warnings, including:
Use preincrement in iteration;
Initialize members in an initializer list;
Pass std::string by reference;
Format string type match.
Merge request reports
Loading