Skip to content
Snippets Groups Projects

MuonDigitContainer+MuonCablingTools+RPC_CondCabling: Fix cppcheck 2.14 warnings.

Merged Scott Snyder requested to merge ssnyder/athena:cppcheck.MuonDigitContainer-20240726 into main
3 files
+ 8
8
Compare changes
  • Side-by-side
  • Inline
Files
3
/*
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
*/
#ifndef MUONCABLINGTOOLS_LVL1OBJECT_H
@@ -20,7 +20,7 @@ public:
virtual ~BaseObject() = default;
ObjectType tag() const { return m_tag; }
std::string name() const { return m_name; }
const std::string& name() const { return m_name; }
virtual void Print(std::ostream&, bool) const {}
};
Loading