Document intentional fallthroughs.
Found by: Coverity scan.
This commit is contained in:
parent
8f95eae423
commit
9ee5ae1fae
11 changed files with 17 additions and 2 deletions
|
@ -359,6 +359,7 @@ grub_video_bochs_setup (unsigned int width, unsigned int height,
|
|||
case 32:
|
||||
framebuffer.mode_info.reserved_mask_size = 8;
|
||||
framebuffer.mode_info.reserved_field_pos = 24;
|
||||
/* Fallthrough. */
|
||||
|
||||
case 24:
|
||||
framebuffer.mode_info.red_mask_size = 8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue