Skip to content

Commit

Permalink
Merge pull request #27468 from Dr15Jones/fixPathExceptionHandling
Browse files Browse the repository at this point in the history
Avoid switch statement fallthrough in edm::Path
  • Loading branch information
cmsbuild committed Jul 10, 2019
2 parents 9feff99 + 8c6f19f commit 4695926
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FWCore/Framework/src/Path.cc
Expand Up @@ -89,6 +89,7 @@ namespace edm {
if (stopProcessingEvent_) {
*stopProcessingEvent_ = true;
}
break;
}
default: {
if (isEvent)
Expand Down

0 comments on commit 4695926

Please sign in to comment.