From: Karel Zak Date: Tue, 31 Jan 2012 20:10:13 +0000 (+0100) Subject: blkid: add comment to keep static analysers happy X-Git-Tag: v2.21-rc2~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7113ddecf8831703356996337042fda67add4f44;p=thirdparty%2Futil-linux.git blkid: add comment to keep static analysers happy --- diff --git a/misc-utils/blkid.c b/misc-utils/blkid.c index e0009a5684..c7f2caf360 100644 --- a/misc-utils/blkid.c +++ b/misc-utils/blkid.c @@ -804,6 +804,7 @@ int main(int argc, char **argv) break; case 'h': err = 0; + /* fallthrough */ default: usage(err); }