From 62576ddcaee873a2ed0be40bec66d07c37a759aa Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Tue, 6 Jul 2021 16:44:40 +0200 Subject: [PATCH] MuonEventAthenaPool: Fix clang warning. Fix use of ATH_UNUSED_MEMBER macro. --- .../MuonEventAthenaPool/MuonEventAthenaPool/TgcL1Rdo_p1.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/MuonEventAthenaPool/TgcL1Rdo_p1.h b/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/MuonEventAthenaPool/TgcL1Rdo_p1.h index b639a8db0905..0eeb88f2cb4f 100644 --- a/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/MuonEventAthenaPool/TgcL1Rdo_p1.h +++ b/MuonSpectrometer/MuonCnv/MuonEventAthenaPool/MuonEventAthenaPool/TgcL1Rdo_p1.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration */ #ifndef MUON_TGCL1RDO_P1_H @@ -26,7 +26,7 @@ private: // ID of this instance uint16_t m_id{0}; // Unused, but shouldn't delete it since it's part of the persistent data. - uint32_t ATH_UNUSED_MEMBER(m_idHash{0};) + uint32_t ATH_UNUSED_MEMBER(m_idHash){0}; // online IDs -- GitLab