mirror of
https://github.com/kdave/btrfs-progs
synced 2025-04-28 05:57:56 +00:00
btrfs-progs: mkfs: annotation of a case
Annotate to silence static analysis warning. Resolves-coverity-id: 1396656 Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
4981c8d234
commit
a0ac307b0c
@ -1468,6 +1468,7 @@ int main(int argc, char **argv)
|
|||||||
break;
|
break;
|
||||||
case 'l':
|
case 'l':
|
||||||
warning("--leafsize is deprecated, use --nodesize");
|
warning("--leafsize is deprecated, use --nodesize");
|
||||||
|
/* fall through */
|
||||||
case 'n':
|
case 'n':
|
||||||
nodesize = parse_size(optarg);
|
nodesize = parse_size(optarg);
|
||||||
nodesize_forced = 1;
|
nodesize_forced = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user