Skip to content
Snippets Groups Projects
Commit 7fcad279 authored by Scott Snyder's avatar Scott Snyder Committed by Graeme Stewart
Browse files

Fix warning. (RootFileTools-00-01-62)

	* Tagging RootFileTools-00-01-62.
	* src/merge.cxx: Fix warning.
parent 4498a53a
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment