Skip to content

Commit

Permalink
Merge pull request #21171 from davidlt/fix-EcalCondObjectContainer
Browse files Browse the repository at this point in the history
Fix ASan + -O0 compilation in CondFormats/EcalObjects
  • Loading branch information
cmsbuild committed Nov 7, 2017
2 parents f5b6ce1 + 7151ea0 commit 5791322
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -79,6 +79,7 @@ class EcalCondObjectContainer {
// FIXME (add throw)
return ee_.end();
}
return ee_.end();
}

inline
Expand Down

0 comments on commit 5791322

Please sign in to comment.