From 337b8eade060146ccf3c5a83575764316aa0b30e Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 31 Jan 2012 21:14:40 +0100 Subject: [PATCH] chrt: add comment to keep static analysers happy --- schedutils/chrt.c | 1 + 1 file changed, 1 insertion(+) 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); } -- 2.47.3