Skip to content

IOVSvc+AthenaKernel: Fix cppcheck warnings.

Scott Snyder requested to merge ssnyder/athena:cppcheck.IOVSvc-20200623 into master
  • Don't pass large structures by value.
  • Use pre- variants of ++ and --, not post.
  • Delete copy ctor/assignment for class that manages memory.
  • Use starts_with instead of find()==0.
  • (False positive?) warnings about uninitialized members.
  • Avoid redundant map lookups.

Merge request reports