CaloIdentifier: Fix cppcheck warnings.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
CaloIdentifier: Fix cppcheck warnings.
Scott Snyder
requested to merge
ssnyder/athena:cppcheck.CaloIdentifier-20190316
into
master
Mar 16, 2019
Overview
4
Commits
1
Pipelines
1
Changes
28
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