Skip to content

Commit

Permalink
Merge pull request #33321 from dan131riley/fix-debug-builds
Browse files Browse the repository at this point in the history
Fix non-optimized builds of SiStripApvGain_PayloadInspector.cc
  • Loading branch information
cmsbuild authored Apr 7, 2021
2 parents 65ff351 + f442f5a commit 0079eae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ namespace {
edm::LogWarning("LogicError") << "Unknown estimator: " << est;
break;
}

return 0.;
} // payload
};

Expand Down

0 comments on commit 0079eae

Please sign in to comment.