Skip to content

TRT_ConditionsAlgs: Fix clang 15 warnings

TRT_ConditionsAlgs fix clang 15 warnings

/build/atnight/localbuilds/nightlies/Athena/master/athena/InnerDetector/InDetConditions/TRT_ConditionsAlgs/src/TRTActiveCondAlg.cxx:98:34: warning: variable 'countSaved' set but not used [-Wunused-but-set-variable]
  int countAll(0), countDead(0), countSaved(0), countPhiSkipped(0), countEtaSkipped(0), countInvalidEtaValues(0); 
                                 ^
1 warning generated.

ATLASRECTS-7430

Edited by Christos Anastopoulos

Merge request reports