Fix compilation warnings

This commit is contained in:
Alexandre Paillier
2023-04-04 17:12:58 +02:00
parent 3810cbd852
commit 4cce06ca2c
4 changed files with 8 additions and 8 deletions

View File

@@ -905,7 +905,7 @@ unsigned char io_event(__attribute__((unused)) unsigned char channel) {
SEPROXYHAL_TAG_STATUS_EVENT_FLAG_USB_POWERED)) {
THROW(EXCEPTION_IO_RESET);
}
// no break is intentional
__attribute__((fallthrough));
default:
UX_DEFAULT_EVENT();
break;