Skip to content
Snippets Groups Projects

PixelGeoModel: Fix cppcheck warnings.

Merged Scott Snyder requested to merge ssnyder/athena:cppcheck.PixelGeoModel-20201014 into master
  • Disable copy ctors/assignment for some classes that manage memory.
  • Pass class instances via const reference, not by value.
  • Prefer using an initialization list to initializing members in a ctor body.
  • Prefer preincrement to postincrement for iterators.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading