mirror of
https://git.zx2c4.com/cgit
synced 2025-07-12 19:24:30 +02: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:
parent
5150b7c1e6
commit
e3d3fffdd4
9 changed files with 25 additions and 25 deletions
|
@ -311,7 +311,7 @@ static void filepair_cb(struct diff_filepair *pair)
|
|||
cgit_ssdiff_footer();
|
||||
}
|
||||
|
||||
void cgit_print_diff_ctrls()
|
||||
void cgit_print_diff_ctrls(void)
|
||||
{
|
||||
int i, curr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue