Skip to content

Commit 270917b

Browse files
committed
Allow Truthiness output to be maybe_unused
1 parent 0a338ab commit 270917b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/algorithms/reco/Truthiness.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020

2121
namespace eicrecon {
2222

23-
void Truthiness::process(const Truthiness::Input& input, const Truthiness::Output& output) const {
23+
void Truthiness::process(const Truthiness::Input& input,
24+
[[maybe_unused]] const Truthiness::Output& output) const {
2425

2526
const auto [mc_particles, rc_particles, associations] = input;
2627

0 commit comments

Comments
 (0)