commit | 96ad15ae2ff6416cf04c4c75a11783632cdc8fb4 | [log] [tgz] |
---|---|---|
author | Pavel Roskin <proski@gnu.org> | Tue Aug 09 16:54:40 2005 -0400 |
committer | Junio C Hamano <junkio@cox.net> | Tue Aug 09 22:28:18 2005 -0700 |
tree | 372eacd07ae0ef4c2486e9f4645d1101027a039a | |
parent | f10e0e0b18c8e2e69535e7380fb3c1f9b097cfda [diff] |
[PATCH] Warning fix for gcc 4 This patch fixes the only warning reported by gcc 4.0.1 on Fedora Core 4 for x86_64: sha1_file.c:1391: warning: pointer targets in assignment differ in signedness Signed-off-by: Pavel Roskin <proski@gnu.org> Signed-off-by: Junio C Hamano <junkio@cox.net>