Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
btrfs-progs: fix clang warning in array length calculation in print_h…
…eader_info() Clang 19.1.6 reports: kernel-shared/print-tree.c:1346:38: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant] 1346 | char csum_str[2 * BTRFS_CSUM_SIZE + strlen(" csum 0x") + 1]; Signed-off-by: David Sterba <dsterba@suse.com>
- Loading branch information