Silence explicit case-fallthru

This commit is contained in:
Yuri D'Elia 2021-02-03 19:45:37 +01:00 committed by DRracer
parent c096462aab
commit d727a949dd
2 changed files with 4 additions and 4 deletions
Firmware

View file

@ -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)