Skip to content
Snippets Groups Projects
Commit d9898df8 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.


Former-commit-id: 7fcad279
parent cd5fc49f
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> ...@@ -272,7 +272,7 @@ bool DbDatabaseMerger::empty(const std::string& fid, const std::set<std::string>
} }
/// Check if a database exists /// 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); Bool_t result = gSystem->AccessPathName(fid.c_str(), kFileExists);
return result == kFALSE; 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