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.c | |
parent | block-sha1: more good unaligned memory access candidates (diff) | |
download | tgif-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.c')
0 files changed, 0 insertions, 0 deletions