mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-02-07 02:15:28 -05:00
fix fallthrough warning (#2497)
This commit is contained in:
parent
e463405c77
commit
54ad82a423
@ -1060,6 +1060,7 @@ DWORD get_fat ( /* 0xFFFFFFFF:Disk error, 1:Internal error, 2..0x7FFFFFFF:Cluste
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* go to default */
|
/* go to default */
|
||||||
|
__attribute__ ((fallthrough));
|
||||||
#endif
|
#endif
|
||||||
default:
|
default:
|
||||||
val = 1; /* Internal error */
|
val = 1; /* Internal error */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user