From 7fcad2794df609ca58ee91ded371c2b0b3b7b3d0 Mon Sep 17 00:00:00 2001 From: Scott Snyder <scott.snyder@cern.ch> Date: Wed, 1 Feb 2017 21:00:30 +0100 Subject: [PATCH] Fix warning. (RootFileTools-00-01-62) * Tagging RootFileTools-00-01-62. * src/merge.cxx: Fix warning. --- Database/AthenaPOOL/RootFileTools/src/merge.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Database/AthenaPOOL/RootFileTools/src/merge.cxx b/Database/AthenaPOOL/RootFileTools/src/merge.cxx index cfcd11cddb0..2fbfbe428e2 100644 --- a/Database/AthenaPOOL/RootFileTools/src/merge.cxx +++ b/Database/AthenaPOOL/RootFileTools/src/merge.cxx @@ -272,7 +272,7 @@ bool DbDatabaseMerger::empty(const std::string& fid, const std::set<std::string> } /// Check if a database exists -bool DbDatabaseMerger::exists(const std::string& fid, bool dbg) const { +bool DbDatabaseMerger::exists(const std::string& fid, bool /*dbg*/) const { Bool_t result = gSystem->AccessPathName(fid.c_str(), kFileExists); return result == kFALSE; } -- GitLab