commit | 2c8aee60a647a5af7c8b671a03a4efd0cfcce71a | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Mar 14 11:28:43 2023 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue Mar 14 17:47:29 2023 -0700 |
tree | c64aa05ad9953c63cc15592523f965ce729287d6 | |
parent | 53802ab36214739dd0b33e8b669526d424443774 [diff] |
xfs_db: fix complaints about unsigned char casting Make the warnings about signed/unsigned char pointer casting go away. For printing dirent names it doesn't matter at all. Signed-off-by: Darrick J. Wong <djwong@kernel.org>