Fix remaining cases of gcc 7 fallthrough warning.

They are all intended, so just add the relevant comment.
This commit is contained in:
Vladimir Serbinenko 2017-04-12 01:42:38 +00:00
parent 007f0b407f
commit d454509bb8
4 changed files with 4 additions and 0 deletions

View file

@ -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:
{