Skip to content
Snippets Groups Projects
Commit b91d882f authored by scott snyder's avatar scott snyder
Browse files

LArCalibDataQuality: Fix clang warning.

Unused function argument.
parent 0cc9202d
4 merge requests!59674InDetPerformanceMonitoring with LumiBlock selection,!59383cppcheck in trigger code: Prefer prefix ++/-- operators for non-primitive types.,!58990Draft:Fixing bug in FTF config when running with Reco_tf,!58957LArCalibDataQuality: Fix clang warning.
......@@ -552,7 +552,7 @@ bool LArCalibValidationAlg<CONDITIONSCONTAINER>::patchMissingFEBs(const FEBANDGA
}
template<class CONDITIONSCONTAINER>
bool LArCalibValidationAlg<CONDITIONSCONTAINER>::patchMissingCalibBoards(const CBANDCHANANDGAIN_t& CBAndGain, const LArOnOffIdMapping *cabling, const LArCalibLineMapping *clCont) {
bool LArCalibValidationAlg<CONDITIONSCONTAINER>::patchMissingCalibBoards(const CBANDCHANANDGAIN_t& CBAndGain, const LArOnOffIdMapping *cabling, const LArCalibLineMapping */*clCont*/) {
unsigned nGood=0;
unsigned nMissing=0;
CBANDCHANANDGAIN_t::const_iterator missingIt=CBAndGain.begin();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment