1
0
mirror of https://github.com/git/git.git synced 2024-09-28 19:42:15 +02:00
git/block-sha1
Brandon Casey a12218572f block-sha1/sha1.c: silence compiler complaints by casting void * to char *
Some compilers produce errors when arithmetic is attempted on pointers to
void.  We want computations done on byte addresses, so cast them to char *
to work them around.

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2009-08-14 19:13:00 -07:00
..
sha1.c block-sha1/sha1.c: silence compiler complaints by casting void * to char * 2009-08-14 19:13:00 -07:00
sha1.h block-sha1: get rid of redundant 'lenW' context 2009-08-06 13:56:45 -07:00