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

@ -236,6 +236,7 @@ grub_arch_dl_relocate_symbols (grub_dl_t mod, void *ehdr,
sym_value &= 0xffff0000;
*(grub_uint16_t *) addr = 0;
}
/* Fallthrough. */
case R_MIPS_CALL16:
{
grub_uint32_t *gpptr = mod->gotptr;