]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_db: fix complaints about unsigned char casting
authorDarrick J. Wong <djwong@kernel.org>
Wed, 15 Mar 2023 01:01:10 +0000 (18:01 -0700)
committerCarlos Maiolino <cem@kernel.org>
Fri, 17 Mar 2023 10:37:41 +0000 (11:37 +0100)
commit4f82f9218bb333bccb35ddfd0f89c341fdd58c36
tree12b9573bc67573ccd5a0f61d02bca7138d40eeae
parentb7b81f336ac02f4e4f24e0844a7fb3023c489667
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>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
db/namei.c