From ce44bcf9e47a1c42ce1c28be76d6ea24e10b8860 Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Mon, 16 Jul 2018 22:36:51 +0200 Subject: [PATCH] TriggerMatchingTool: Fix compilation warning. Compilation warning: unused argument. --- Trigger/TrigAnalysis/TriggerMatchingTool/Root/MatchingTool.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Trigger/TrigAnalysis/TriggerMatchingTool/Root/MatchingTool.cxx b/Trigger/TrigAnalysis/TriggerMatchingTool/Root/MatchingTool.cxx index 48e8caea582f..d4f14209fa90 100644 --- a/Trigger/TrigAnalysis/TriggerMatchingTool/Root/MatchingTool.cxx +++ b/Trigger/TrigAnalysis/TriggerMatchingTool/Root/MatchingTool.cxx @@ -37,7 +37,7 @@ namespace Trig { } #ifndef XAOD_STANDALONE - void MatchingTool::updateOutputLevel(Property& p) { + void MatchingTool::updateOutputLevel(Property& /*p*/) { impl()->msg().setLevel(msgLevel()); //pass on our message level to the matchingimplementation } #endif -- GitLab