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
|
@ -929,6 +929,7 @@ grub_bidi_line_logical_to_visual (const grub_uint32_t *logical,
|
|||
case GRUB_BIDI_TYPE_R:
|
||||
case GRUB_BIDI_TYPE_AL:
|
||||
bidi_needed = 1;
|
||||
/* Fallthrough. */
|
||||
default:
|
||||
{
|
||||
if (join_state == JOIN_FORCE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue