Skip to content

fix clang loop copy warning

Gerhard Raven requested to merge fix-clang-warning into master

fix clang warning:

Phys/DaVinciNeutralTools/src/FunctionalBremAdder.cpp:263:20: warning: loop variable 'hypo' creates a copy from type 'const SmartRef<LHCb::CaloHypo>' [-Wrange-loop-construct]

Merge request reports