author | Junio C Hamano <junkio@cox.net> | |
Sun, 26 Jun 2005 00:36:26 +0000 (17:36 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sun, 26 Jun 2005 01:12:07 +0000 (18:12 -0700) | ||
commit | eb41ab11e8eaa1bd71a4413d71583d72dd181b33 | |
tree | f4c297f428a4a80bab59c2970afc9095798c316e | tree | snapshot |
parent | a81efcba8cc9b55daf19bf0f2ae2058db1d25d31 | commit | diff |
[PATCH] (patchlet) pack-objects.c: try_delta()
Return value of try_delta is checked for negativeness, but the
success path does not return anything, letting compiler warn and
presumably return garbage.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Return value of try_delta is checked for negativeness, but the
success path does not return anything, letting compiler warn and
presumably return garbage.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
pack-objects.c | diff | blob | history |