Use fallthrough attribute
authorJens Axboe <axboe@kernel.dk>
Fri, 28 Aug 2020 15:14:38 +0000 (09:14 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 28 Aug 2020 15:14:38 +0000 (09:14 -0600)
commitdb83b0abd16bbd6b8f589a993e6f70d9812be6e3
tree002dea71b408e7018993e4b4ef097386c0615ec2
parent065b0606366fe6dad1768295957d9cd56a098a70
Use fallthrough attribute

Fio currently triggers a bunch of fall through errors on clang 10,
since it doesn't work with the /* fall through */ method of
indicating fallthrough.

Normalize this a bit and use the correct compiler attribute for this.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
compiler/compiler.h
crc/murmur3.c
hash.h
init.c
io_u.c
lib/lfsr.c
parse.c
t/lfsr-test.c