Code

sparse fix: non-ANSI function declaration
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>
Sat, 18 Nov 2006 12:07:06 +0000 (13:07 +0100)
committerJunio C Hamano <junkio@cox.net>
Sat, 18 Nov 2006 19:40:00 +0000 (11:40 -0800)
commita6e8a7677055e092424db42c044774bc6dbd74f6
treef891a5754045ea07e92897d2337f3bb2f50a6b79
parentf847c07b9ac82ff3d0da0efb3bed75bc17489a17
sparse fix: non-ANSI function declaration

The declaration of discard_cache() in cache.h already has its "void".

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
index-pack.c
read-cache.c