Skip to content
Snippets Groups Projects
Commit 8240ef4a authored by Felix Weiglhofer's avatar Felix Weiglhofer Committed by Florian Uhlig
Browse files

Fix implicit fallthrough warning in switch statement.

parent 62d30a08
No related branches found
No related tags found
1 merge request!1057Fix implicit fallthrough warning in switch statement.
Pipeline #20600 passed
...@@ -560,6 +560,7 @@ void CbmMcbm2018TofPar::BuildChannelsUidMapBuc(UInt_t& uCh, UInt_t uGbtx) ...@@ -560,6 +560,7 @@ void CbmMcbm2018TofPar::BuildChannelsUidMapBuc(UInt_t& uCh, UInt_t uGbtx)
} }
} }
} }
[[fallthrough]];
case 7: { case 7: {
// clang-format off // clang-format off
/* /*
......
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