author | Brian Gerst <bgerst@didntduck.org> | |
Wed, 18 May 2005 12:14:09 +0000 (08:14 -0400) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 18 May 2005 15:44:23 +0000 (08:44 -0700) | ||
commit | bf0f910d1dd5e5b291ea818f3037e8f8fe8caffc | |
tree | 6da6a42bd7b97ea6ebd79544f4fb16713ac74dc3 | tree | snapshot |
parent | 02481aec2a2cfce7bc47d0d10876be5507f0b7ba | commit | diff |
[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>
- 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 | blob | history | |
diff-cache.c | diff | blob | history | |
diff-files.c | diff | blob | history | |
http-pull.c | diff | blob | history | |
ls-tree.c | diff | blob | history | |
read-cache.c | diff | blob | history | |
rpush.c | diff | blob | history | |
sha1_file.c | diff | blob | history | |
strbuf.h | diff | blob | history | |
tar-tree.c | diff | blob | history |