mirror of
https://git.zx2c4.com/cgit
synced 2025-08-31 06:15:08 +00:00
Avoid non-ANSI function declarations
Sparse says things like: warning: non-ANSI function declaration of function 'calc_ttl' Signed-off-by: John Keeping <john@keeping.me.uk>
This commit is contained in:
committed by
Jason A. Donenfeld
parent
5150b7c1e6
commit
e3d3fffdd4
@@ -40,7 +40,7 @@ static void print_url(const char *url)
|
||||
html("</a></td></tr>\n");
|
||||
}
|
||||
|
||||
void cgit_print_summary()
|
||||
void cgit_print_summary(void)
|
||||
{
|
||||
int columns = 3;
|
||||
|
||||
|
Reference in New Issue
Block a user