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>
master
David Sterba 2016-12-01 16:46:19 +01:00
parent 4981c8d234
commit a0ac307b0c
1 changed files with 1 additions and 0 deletions

View File

@ -1468,6 +1468,7 @@ int main(int argc, char **argv)
break;
case 'l':
warning("--leafsize is deprecated, use --nodesize");
/* fall through */
case 'n':
nodesize = parse_size(optarg);
nodesize_forced = 1;