Skip to content

JetRec: Fix cppcheck warnings.

Scott Snyder requested to merge ssnyder/athena:cppcheck.JetRec-20240516 into main

Potentially uninitialized class members. Pass strings by const reference, not by value.

Merge request reports