fix fallthrough warning (#2497)

This commit is contained in:
gullradriel 2025-01-26 16:27:29 +01:00 committed by GitHub
parent e463405c77
commit 54ad82a423
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1060,6 +1060,7 @@ DWORD get_fat ( /* 0xFFFFFFFF:Disk error, 1:Internal error, 2..0x7FFFFFFF:Cluste
}
}
/* go to default */
__attribute__ ((fallthrough));
#endif
default:
val = 1; /* Internal error */