-Wold-style-definition fix
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
334d28ae60
commit
b79d18c92d
2
config.c
2
config.c
@ -523,7 +523,7 @@ static int store_aux(const char* key, const char* value)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int write_error()
|
||||
static int write_error(void)
|
||||
{
|
||||
fprintf(stderr, "Failed to write new configuration file\n");
|
||||
|
||||
|
@ -127,7 +127,7 @@ static void output(int v, const char *fmt, ...)
|
||||
va_end(args);
|
||||
}
|
||||
|
||||
static void flush_output()
|
||||
static void flush_output(void)
|
||||
{
|
||||
struct output_buffer *b, *n;
|
||||
for (b = output_list; b; b = n) {
|
||||
|
@ -413,7 +413,7 @@ static size_t peak_pack_mapped;
|
||||
static size_t pack_mapped;
|
||||
struct packed_git *packed_git;
|
||||
|
||||
void pack_report()
|
||||
void pack_report(void)
|
||||
{
|
||||
fprintf(stderr,
|
||||
"pack_report: getpagesize() = %10" SZ_FMT "\n"
|
||||
|
Loading…
Reference in New Issue
Block a user