Skip to content

CaloRecGPU: fixed clang warnings

Vakhtang Tsulaia requested to merge tsulaia/athena:main-clang into main
  • Inconsistent use of the class and struct keywords
  • Local variables set but not used
  • Unused function arguments
  • Unused functions
  • Missing override keywords

Merge request reports