Skip to content

VP1HEPVis+VP1AODSystems: Fix clang warnings.

Scott Snyder requested to merge ssnyder/athena:clang.VP1HEPVis-20200103 into master

clang warnings:

  • Remove unneeded #define private.
  • Unused variables.
  • Fix typo in qualityString(); was calling wrong method.
  • Fix arg-passing problem in JetCollectionSettingsButton::Imp::createMaterial (int used for a float arg)
  • Remove MissingEtCollHandle::Imp::collHandle. Was unused and anyway just called itself.

Merge request reports