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
|
@ -107,6 +107,7 @@ grub_util_pull_device (const char *os_dev)
|
|||
default:
|
||||
if (grub_util_pull_device_os (os_dev, ab))
|
||||
return;
|
||||
/* Fallthrough. */
|
||||
case GRUB_DEV_ABSTRACTION_NONE:
|
||||
free (grub_util_biosdisk_get_grub_dev (os_dev));
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue