]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
db: fix unsigned char related warnings
authorChristoph Hellwig <hch@lst.de>
Fri, 3 Nov 2023 16:02:10 +0000 (17:02 +0100)
committerCarlos Maiolino <cem@kernel.org>
Tue, 21 Nov 2023 13:09:36 +0000 (14:09 +0100)
commit2c7fe3b33bca6987437b5aa4f4d30ae5198f9bfd
tree53ef977a715cc2cbda003e7c4442e71708ead909
parentc1b65c9cdeb67e68baf3ee9a4004f02a73694dd7
db: fix unsigned char related warnings

Clean up the code in hash.c to use the normal char type for all
high-level code, only casting to uint8_t when calling into low-level
code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
db/hash.c