From af81cd903ad70da5beee8b54b4b6a6ad25c2d7f3 Mon Sep 17 00:00:00 2001 From: Markus Frank <Markus.Frank@cern.ch> Date: Wed, 14 Mar 2018 17:36:20 +0100 Subject: [PATCH] Add new shapes for CMS, improve DDDB to allow parsing upgrade files. --- DDCond/src/plugins/ConditionsSnapshotRootLoader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DDCond/src/plugins/ConditionsSnapshotRootLoader.cpp b/DDCond/src/plugins/ConditionsSnapshotRootLoader.cpp index 7f82356a8..5b1c62853 100644 --- a/DDCond/src/plugins/ConditionsSnapshotRootLoader.cpp +++ b/DDCond/src/plugins/ConditionsSnapshotRootLoader.cpp @@ -116,7 +116,7 @@ size_t ConditionsSnapshotRootLoader::load_single(key_type /* key */, return conditions.size()-len; } -size_t ConditionsSnapshotRootLoader::load_range(key_type key, +size_t ConditionsSnapshotRootLoader::load_range(key_type /* key */, const IOV& /* req_validity */, RangeConditions& conditions) { -- GitLab