Skip to content

CxxUtils: Fix cppcheck 2.14 warnings.

Scott Snyder requested to merge ssnyder/athena:cppcheck.CxxUtils-20240627 into main

Prefer returning const references to members rather than copies. Fix dangling references to out-of-scope arrays. Work around cppcheck parse issue. Suppress false positives.

Merge request reports