Skip to content

IOVDbSvc: Fix thread-checker warnings.

Scott Snyder requested to merge ssnyder/athena:thread.IOVDbSvc-20220418 into master

Fix upcoming warnings about calling through a non-const pointer from a const method.

Merge request reports