author | Junio C Hamano <junkio@cox.net> | |
Thu, 28 Apr 2005 17:13:01 +0000 (10:13 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Thu, 28 Apr 2005 17:13:01 +0000 (10:13 -0700) | ||
commit | b836825b55d59ea3dde5c495cc03ff9343c2b485 | |
tree | 66b98edfd982e085d03bd554010651b22f9cfb8c | tree | snapshot |
parent | 532149d72735b4c5035f73abd06f3995c6303acf | commit | diff |
[PATCH] diff-cache.c compilation warning fix.
Nobody uses return value from show_new_file() function but it is
defined as returning int and falls off at the end without
returning. Make it void.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Nobody uses return value from show_new_file() function but it is
defined as returning int and falls off at the end without
returning. Make it void.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diff-cache.c | diff | blob | history |