Skip to content

ZdcUtils: Fix cppcheck warnings.

Scott Snyder requested to merge ssnyder/athena:cppcheck.ZdcUtils-20231206 into main

Pass strings/containers by const reference, not by value. Fix include guards (identifers starting with an underscore followed by an uppercase letter are reserved to the C++ implementation).

Merge request reports