diff options
author | Jens Axboe <axboe@kernel.dk> | 2020-08-28 09:14:38 -0600 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-08-28 09:14:38 -0600 |
commit | db83b0abd16bbd6b8f589a993e6f70d9812be6e3 (patch) | |
tree | 002dea71b408e7018993e4b4ef097386c0615ec2 /os/windows | |
parent | 065b0606366fe6dad1768295957d9cd56a098a70 (diff) | |
download | fio-db83b0abd16bbd6b8f589a993e6f70d9812be6e3.tar.gz fio-db83b0abd16bbd6b8f589a993e6f70d9812be6e3.tar.bz2 |
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>
Diffstat (limited to 'os/windows')
0 files changed, 0 insertions, 0 deletions