Skip to content
Snippets Groups Projects

Fix Debug build , breaking due to MR 29167

Merged Christos Anastopoulos requested to merge ATLAS-EGamma/athena:MuonStation_gdb into master

Recent changes in !29167 (merged)

break the debug builds

build/atnight/localbuilds/nightlies/master/athena/MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry/src/MuonStation.cxx: In member function 'void MuonGM::MuonStation::addMuonReadoutElementWithAlTransf(const MuonGM::MuonReadoutElement*, GeoAlignableTransform*, int)':
/build/atnight/localbuilds/nightlies/master/athena/MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry/src/MuonStation.cxx:297:25: error: redeclaration of 'MsgStream log'
   MsgStream log(Athena::getMessageSvc(),"MuonStation");
                         ^~~~~~~~~~~~~
/build/atnight/localbuilds/nightlies/master/athena/MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry/src/MuonStation.cxx:289:13: note: 'MsgStream log' previously declared here
   MsgStream log(Athena::getMessageSvc(),"MuonStation");
             ^~~
/build/atnight/localbuilds/nightlies/master/athena/MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry/src/MuonStation.cxx: In member function 'void MuonGM::MuonStation::setDelta_fromAline_forComp(int, double, double, double, double, double, double)':
/build/atnight/localbuilds/nightlies/master/athena/MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry/src/MuonStation.cxx:345:25: error: redeclaration of 'MsgStream log'
   MsgStream log(Athena::getMessageSvc(),"MuonStation");
                         ^~~~~~~~~~~~~
/build/atnight/localbuilds/nightlies/master/athena/MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry/src/MuonStation.cxx:310:13: note: 'MsgStream log' previously declared here
   MsgStream log(Athena::getMessageSvc(),"MuonStation");
             ^~~
/build/atnight/localbuilds/nightlies/master/athena/MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry/src/MuonStation.cxx:353:25: error: redeclaration of 'MsgStream log'
   MsgStream log(Athena::getMessageSvc(),"MuonStation");
                         ^~~~~~~~~~~~~
/build/atnight/localbuilds/nightlies/master/athena/MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry/src/MuonStation.cxx:310:13: note: 'MsgStream log' previously declared here
   MsgStream log(Athena::getMessageSvc(),"MuonStation");
             ^~~
/build/atnight/localbuilds/nightlies/master/athena/MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry/src/MuonStation.cxx:362:25: error: redeclaration of 'MsgStream log'
   MsgStream log(Athena::getMessageSvc(),"MuonStation");
                         ^~~~~~~~~~~~~
/build/atnight/localbuilds/nightlies/master/athena/MuonSpectrometer/MuonDetDescr/MuonReadoutGeometry/src/MuonStation.cxx:310:13: note: 'MsgStream log' previously declared here
   MsgStream log(Athena::getMessageSvc(),"MuonStation");

Mentioning @ssnyder and @nkoehler .

This is a minimal fix for the above redeclaration errors.

Merge request reports

Pipeline #1316073 passed

Pipeline passed for c4405945 on ATLAS-EGamma:MuonStation_gdb

Merged by Walter LamplWalter Lampl 4 years ago (Dec 27, 2019 9:23am UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading