We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e1153 commit bac32d1Copy full SHA for bac32d1
sortbootorder.c
@@ -368,6 +368,7 @@ int main(void) {
368
update_tags(bootlist, &max_lines);
369
save_flash((u32)flash_address, bootlist,
370
max_lines, spi_wp_toggle);
371
+ __attribute__((fallthrough));
372
// fall through to exit ...
373
case 'x':
374
case 'X':
utils/rtc_clock_menu.c
@@ -160,6 +160,7 @@ void handle_rtc_clock_menu(void)
160
break;
161
case 'w':
162
rtc_write_clock(&time);
163
164
165
end = TRUE;
166
0 commit comments