[PATCH] Kill a bunch of pointer sign warnings for gcc4
authorBrian Gerst <bgerst@didntduck.org>
Wed, 18 May 2005 12:14:09 +0000 (08:14 -0400)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 18 May 2005 15:44:23 +0000 (08:44 -0700)
commitbf0f910d1dd5e5b291ea818f3037e8f8fe8caffc
tree6da6a42bd7b97ea6ebd79544f4fb16713ac74dc3
parent02481aec2a2cfce7bc47d0d10876be5507f0b7ba
[PATCH] Kill a bunch of pointer sign warnings for gcc4

 - Raw hashes should be unsigned char.
 - String functions want signed char.
 - Hash and compress functions want unsigned char.

Signed-off By: Brian Gerst <bgerst@didntduck.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
cache.h
diff-cache.c
diff-files.c
http-pull.c
ls-tree.c
read-cache.c
rpush.c
sha1_file.c
strbuf.h
tar-tree.c