From: Karel Zak Date: Tue, 31 Jan 2012 20:14:40 +0000 (+0100) Subject: chrt: add comment to keep static analysers happy X-Git-Tag: v2.21-rc2~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=337b8eade060146ccf3c5a83575764316aa0b30e;p=thirdparty%2Futil-linux.git chrt: add comment to keep static analysers happy --- diff --git a/schedutils/chrt.c b/schedutils/chrt.c index d9dfd4dd1d..b1c910879c 100644 --- a/schedutils/chrt.c +++ b/schedutils/chrt.c @@ -267,6 +267,7 @@ int main(int argc, char **argv) return EXIT_SUCCESS; case 'h': ret = EXIT_SUCCESS; + /* fallthrough */ default: show_usage(ret); }