Fix compilation warnings.
... found by compiling them with gcc 2.95. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
cf6de18aab
commit
5de36bfec9
2
commit.c
2
commit.c
@ -357,7 +357,7 @@ static int get_one_line(const char *msg, unsigned long len)
|
||||
static int add_user_info(const char *what, enum cmit_fmt fmt, char *buf, const char *line)
|
||||
{
|
||||
char *date;
|
||||
unsigned int namelen;
|
||||
int namelen;
|
||||
unsigned long time;
|
||||
int tz, ret;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user