]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_db: fix complaints about unsigned char casting
authorDarrick J. Wong <djwong@kernel.org>
Tue, 14 Mar 2023 18:28:43 +0000 (11:28 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 15 Mar 2023 00:47:29 +0000 (17:47 -0700)
commit2c8aee60a647a5af7c8b671a03a4efd0cfcce71a
treec64aa05ad9953c63cc15592523f965ce729287d6
parent53802ab36214739dd0b33e8b669526d424443774
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>
db/namei.c