Skip to content

TrigPSC: Fix cppcheck warnings.

Scott Snyder requested to merge ssnyder/athena:cppcheck.TrigPSC-20240123 into main

Pass objects by const reference, not by value. Prefer to initialize class members in an initialization list. Blank macro arguments can confuse cppcheck.

Merge request reports