Skip to content
Snippets Groups Projects
Commit acb14b94 authored by Oleg Kuprash's avatar Oleg Kuprash
Browse files

Merge branch 'gcc7.TrigCostRootAnalysis-20170422' into 'master'

TrigCostRootAnalysis: Fix gcc7 warning.

See merge request !1107
parents 0c90ca3c 46cd2703
No related branches found
No related tags found
No related merge requests found
......@@ -694,8 +694,8 @@ namespace TrigCostRootAnalysis {
switch (_toSave[_i].m_formatOption) {
case kFormatOptionNormaliseEntriesWallTime:
_value = _entries;
// NOTE: Explicit fall-through of case logic
// NOTE: Explicit fall-through of case logic
/* FALLTHROUGH */
case kFormatOptionNormaliseWallTime:
if (isZero(m_collectionLumiCollector[ _counterCollectionName ]->getTotalLumiBlockTime())) {
_value = 0.;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment