Skip to content

Commit

Permalink
restored old fix on [[maybe_unused]] variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Maloizel committed Apr 15, 2024
1 parent 0fa3ce6 commit 93a454d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RecFCCeeCalorimeter/src/components/AugmentClustersFCCee.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ StatusCode AugmentClustersFCCee::finalize()
return Gaudi::Algorithm::finalize();
}

StatusCode AugmentClustersFCCee::execute(const EventContext &evtCtx) const
StatusCode AugmentClustersFCCee::execute([[maybe_unused]] const EventContext &evtCtx) const
{
(void)evtCtx; // event context not used


// get the input collection with clusters
const edm4hep::ClusterCollection *inClusters = m_inClusters.get();
Expand Down

0 comments on commit 93a454d

Please sign in to comment.