Silence explicit case-fallthru
This commit is contained in:
parent
c096462aab
commit
d727a949dd
2 changed files with 4 additions and 4 deletions
Firmware
|
@ -1555,7 +1555,7 @@ void mmu_continue_loading(bool blocking)
|
|||
{
|
||||
case Ls::Enter:
|
||||
increment_load_fail();
|
||||
// no break
|
||||
// FALLTHRU
|
||||
case Ls::Retry:
|
||||
++retry; // overflow not handled, as it is not dangerous.
|
||||
if (retry >= max_retry)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue