Skip to content

Commit

Permalink
Tutorials/PWGLF: Fix compilation warnings: unused-parameter (AliceO2G…
Browse files Browse the repository at this point in the history
…roup#5674)

* Tutorials/PWGLF: Fix compilation warnings: unused-parameter

* Please consider the following formatting changes (#64)

---------

Co-authored-by: ALICE Builder <alibuild@users.noreply.github.com>
  • Loading branch information
vkucera and alibuild committed Apr 17, 2024
1 parent e119619 commit 205c99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tutorials/PWGLF/Resonance/resonances_step0.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ struct resonances_tutorial {

// Fill histograms (main function)
template <bool IsMC, bool IsMix, typename CollisionType, typename TracksType>
void fillHistograms(const CollisionType& collision, const TracksType& dTracks1, const TracksType& dTracks2)
void fillHistograms(const CollisionType& /*collision*/, const TracksType& dTracks1, const TracksType& /*dTracks2*/)
{
for (auto track1 : dTracks1) { // loop over all dTracks1
if (!trackCut(track1))
Expand Down

0 comments on commit 205c99d

Please sign in to comment.