Skip to content

IOVDbSvc: Fix cppcheck 2.14 warnings.

Scott Snyder requested to merge ssnyder/athena:cppcheck.IOVDbSvc-20240701 into main

Redundant string conversion. Prefer returning const references to members rather than copies.

Merge request reports