]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
setarch: let's keep analyzer happy [coverity scan]
authorKarel Zak <kzak@redhat.com>
Wed, 5 Oct 2016 09:12:45 +0000 (11:12 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 5 Oct 2016 09:12:45 +0000 (11:12 +0200)
sys-utils/setarch.c

index da29e2c0196fe01787996c6b454c5e52fd88ce84..d3d52c2ec1c1812fbaa718fd7c6ed6b01804ae6d 100644 (file)
@@ -377,6 +377,7 @@ int main(int argc, char *argv[])
                                return EXIT_SUCCESS;
                        } else
                                warnx(_("unrecognized option '--list'"));
+                       /* fallthrough */
                default:
                        show_usage(NULL);
                }