summaryrefslogtreecommitdiffstats
path: root/sys-utils/setarch.c
diff options
context:
space:
mode:
authorKarel Zak2016-10-05 11:12:45 +0200
committerKarel Zak2016-10-05 11:12:45 +0200
commit9a8fada18bf81e820c649f0c56a57959ecf59484 (patch)
tree69af94342fab23a92f188bf3a152e8236bc71d7d /sys-utils/setarch.c
parentrtcwake: make sure buffer is zero terminated [coverity scan] (diff)
downloadkernel-qcow2-util-linux-9a8fada18bf81e820c649f0c56a57959ecf59484.tar.gz
kernel-qcow2-util-linux-9a8fada18bf81e820c649f0c56a57959ecf59484.tar.xz
kernel-qcow2-util-linux-9a8fada18bf81e820c649f0c56a57959ecf59484.zip
setarch: let's keep analyzer happy [coverity scan]
Diffstat (limited to 'sys-utils/setarch.c')
-rw-r--r--sys-utils/setarch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-utils/setarch.c b/sys-utils/setarch.c
index da29e2c01..d3d52c2ec 100644
--- a/sys-utils/setarch.c
+++ b/sys-utils/setarch.c
@@ -377,6 +377,7 @@ int main(int argc, char *argv[])
return EXIT_SUCCESS;
} else
warnx(_("unrecognized option '--list'"));
+ /* fallthrough */
default:
show_usage(NULL);
}