From 650fba8f09f4a88393b60e266df63f2ab7368588 Mon Sep 17 00:00:00 2001 From: Markus Frank <markus.frank@cern.ch> Date: Wed, 16 Dec 2015 19:33:11 +0000 Subject: [PATCH] Remove some CppCheck warnings --- DDCore/src/VolumeManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DDCore/src/VolumeManager.cpp b/DDCore/src/VolumeManager.cpp index 446f44eb8..d58a29e82 100644 --- a/DDCore/src/VolumeManager.cpp +++ b/DDCore/src/VolumeManager.cpp @@ -153,7 +153,7 @@ namespace { } /// Compute the encoding for a set of VolIDs within a readout descriptor - static pair<VolumeID, VolumeID> encoding(const IDDescriptor iddesc, const VolIDs& ids) const { + static pair<VolumeID, VolumeID> encoding(const IDDescriptor iddesc, const VolIDs& ids) { VolumeID volume_id = 0, mask = 0; for (VolIDs::const_iterator i = ids.begin(); i != ids.end(); ++i) { const PlacedVolume::VolID& id = (*i); -- GitLab