Skip to content

Commit

Permalink
Fix gcc9 warning in EventFilter/SiStripRawToDigi
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodozov committed Aug 23, 2019
1 parent be9bbe2 commit 1b26040
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -845,6 +845,7 @@ namespace sistrip {
case READOUT_MODE_SCOPE:
//scope mode is always real
setReadoutModeBits(readoutMode);
[[fallthrough]];
case READOUT_MODE_VIRGIN_RAW:
case READOUT_MODE_PROC_RAW:
case READOUT_MODE_SPY:
Expand Down

0 comments on commit 1b26040

Please sign in to comment.