author | Junio C Hamano <gitster@pobox.com> | |
Tue, 2 Feb 2010 06:04:03 +0000 (22:04 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 2 Feb 2010 06:04:03 +0000 (22:04 -0800) | ||
commit | b8bba419250711a69e09e7648e5c991f4847a127 | |
tree | fbf3e2a7c4f36d21ec68d3eed85a13ac6e0d474b | tree | snapshot |
parent | 562d53fa69933b3ade2691b99cbe67722313f43c | commit | diff |
build: make code "-Wpointer-arith" clean
Recently introduced resolve_undo_read() expected arithmetic to (void *)
to work on byte-addresses. Correct this.
Noticed by Brandon Casey.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Recently introduced resolve_undo_read() expected arithmetic to (void *)
to work on byte-addresses. Correct this.
Noticed by Brandon Casey.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
resolve-undo.c | diff | blob | history | |
resolve-undo.h | diff | blob | history |