Skip to content

AthenaMonitoring: Fix cppcheck warnings.

cppcheck warnings:

  • Use string::compare() instead if string::find()==0.
  • Passing strings by value.

Merge request reports