Skip to content

TRT_Cabling: Fix clang15 warnings

/build/atnight/localbuilds/nightlies/Athena/master/athena/InnerDetector/InDetDetDescr/TRT_Cabling/src/TRT_FillCablingData_DC3.cxx:1045:8: warning: variable 'made_collections' set but not used [-Wunused-but-set-variable]
   int made_collections = 0;
       ^
/build/atnight/localbuilds/nightlies/Athena/master/athena/InnerDetector/InDetDetDescr/TRT_Cabling/src/TRT_FillCablingData_DC3.cxx:1824:8: warning: variable 'made_collections' set but not used [-Wunused-but-set-variable]
   int made_collections = 0;
       ^

/build/atnight/localbuilds/nightlies/Athena/master/athena/InnerDetector/InDetDetDescr/TRT_Cabling/src/TRT_FillCablingData_SR1.cxx:853:12: warning: variable 'made_collections' set but not used [-Wunused-but-set-variable]
       int made_collections = 0;
           ^
/build/atnight/localbuilds/nightlies/Athena/master/athena/InnerDetector/InDetDetDescr/TRT_Cabling/src/TRT_FillCablingData_SR1.cxx:916:12: warning: variable 'made_collections' set but not used [-Wunused-but-set-variable]
       int made_collections = 0;
           ^

/build/atnight/localbuilds/nightlies/Athena/master/athena/InnerDetector/InDetDetDescr/TRT_Cabling/src/TRT_FillCablingData_SR1_ECC.cxx:969:12: warning: variable 'made_collections' set but not used [-Wunused-but-set-variable]
       int made_collections = 0;
           ^
/build/atnight/localbuilds/nightlies/Athena/master/athena/InnerDetector/InDetDetDescr/TRT_Cabling/src/TRT_FillCablingData_SR1_ECC.cxx:1032:12: warning: variable 'made_collections' set but not used [-Wunused-but-set-variable]
       int made_collections = 0;

ATLASRECTS-7430

Edited by Christos Anastopoulos

Merge request reports