Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Merge requests
!27329
TrkEventTPCnv+ISF_FastCaloSimParametrization: Fix cppcheck warnings.
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Merged
Scott Snyder
requested to merge
ssnyder/athena:cppcheck.TrkEventTPCnv-20191018
into
master
Oct 18, 2019
Overview
2
Commits
2
Pipelines
1
Changes
13
cppcheck warnings:
Prefer preincrement to postincrement for iterators.
Pass strings by const reference, not by value.
Uninitialized class members.
Prefer initializing members in an initialization list.