mirror of
https://github.com/kdave/btrfs-progs
synced 2025-01-04 12:42:03 +00:00
btrfs-progs: Remove unnecessary fallthrough attribute in test_num_disk_vs_raid()
gcc 9.1 reports: utils.c: In function ‘test_num_disk_vs_raid’: utils.c:1931:3: warning: attribute ‘fallthrough’ not preceding a case label or default label 1931 | __attribute__ ((fallthrough)); | ^~~~~~~~~~~~~ As there's no other label to fall to (default: is the first one), remove the annotation. Signed-off-by: Qu Wenruo <wqu@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
95ae4184ea
commit
dd1a940297
Loading…
Reference in New Issue
Block a user