mirror of
https://github.com/tildeclub/ex-vi.git
synced 2026-06-30 15:19:24 +00:00
gcc -Wstrict-prototypes and related fixes
This commit is contained in:
4
ex_put.c
4
ex_put.c
@@ -73,7 +73,7 @@
|
||||
|
||||
#ifndef lint
|
||||
#ifdef DOSCCS
|
||||
static char sccsid[] = "@(#)ex_put.c 1.34 (gritter) 8/6/05";
|
||||
static char sccsid[] = "@(#)ex_put.c 1.35 (gritter) 12/25/06";
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -1054,7 +1054,7 @@ setoutt(void)
|
||||
void
|
||||
vlprintf(char *cp, va_list ap)
|
||||
{
|
||||
register int (*P)();
|
||||
register int (*P)(int);
|
||||
|
||||
P = setlist(1);
|
||||
vprintf(cp, ap);
|
||||
|
||||
Reference in New Issue
Block a user