diff options
author | Brandon Casey <drafnel@gmail.com> | 2009-08-14 17:52:15 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-08-14 19:13:00 -0700 |
commit | a12218572f2875e91b6c3c12559b076c4949a675 (patch) | |
tree | 317729704a668088d3916494d7e1ae357a31ca5b /revision.h | |
parent | ee7dc310af660f423732369e955651ef2f05011d (diff) | |
download | git-a12218572f2875e91b6c3c12559b076c4949a675.tar.gz git-a12218572f2875e91b6c3c12559b076c4949a675.tar.xz |
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>
Diffstat (limited to 'revision.h')
0 files changed, 0 insertions, 0 deletions