From f6ef5a594bfb92b4469e2bd532b3d5a8cfe5cb18 Mon Sep 17 00:00:00 2001
From: scott snyder <snyder@bnl.gov>
Date: Thu, 20 Jul 2017 20:18:42 +0200
Subject: [PATCH] IOVSvc: Fix warning.

Compilation warning: unused parameter.



Former-commit-id: dd433a41dc4fbd6653e6565dd5c5699c500b6951
---
 Control/IOVSvc/src/CondInputLoader.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Control/IOVSvc/src/CondInputLoader.cxx b/Control/IOVSvc/src/CondInputLoader.cxx
index a9babc0ddf1..2561ef44b36 100644
--- a/Control/IOVSvc/src/CondInputLoader.cxx
+++ b/Control/IOVSvc/src/CondInputLoader.cxx
@@ -299,7 +299,7 @@ CondInputLoader::execute()
 // need to override the handling of the DataObjIDs that's done by
 // AthAlgorithm, so we don't inject the name of the Default Store
 void 
-CondInputLoader::extraDeps_update_handler( Property& ExtraDeps ) 
+CondInputLoader::extraDeps_update_handler( Property& /*ExtraDeps*/ ) 
 {  
   // do nothing
 }
-- 
GitLab