]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
sfdisk: add comment to keep static analysers happy
authorKarel Zak <kzak@redhat.com>
Tue, 31 Jan 2012 20:07:11 +0000 (21:07 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 31 Jan 2012 20:16:21 +0000 (21:16 +0100)
fdisk/sfdisk.c

index 95007c4b3508c0df6c589d947a41fe260b99fe38..3f5f74f37582848133b45e8ef805745baf516abb 100644 (file)
@@ -849,6 +849,7 @@ set_format(char c) {
     switch (c) {
     default:
        warnx(_("unrecognized format - using sectors\n"));
+       /* fallthrough */
     case 'S':
        specified_format = F_SECTOR;
        break;