Fix remaining cases of gcc 7 fallthrough warning.
They are all intended, so just add the relevant comment.
This commit is contained in:
parent
007f0b407f
commit
d454509bb8
4 changed files with 4 additions and 0 deletions
|
@ -384,6 +384,7 @@ load_chewed (grub_file_t file, const char *filename)
|
|||
segment.len = 0;
|
||||
segment.offset = 0;
|
||||
segment.len = 0;
|
||||
/* Fallthrough. */
|
||||
case PAYLOAD_SEGMENT_CODE:
|
||||
case PAYLOAD_SEGMENT_DATA:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue