mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Fix a trivial warning and clamp down with WARNS=2
MFC after: 1 week
This commit is contained in:
parent
50d6b258b2
commit
83b65cc9cb
@ -1,6 +1,7 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= colcrt
|
||||
CFLAGS+=-Wall
|
||||
WARNS?= 2
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -73,10 +73,11 @@ char printall;
|
||||
|
||||
FILE *f;
|
||||
|
||||
static void usage __P((void));
|
||||
static void pflush __P((int));
|
||||
static int plus __P((char, char));
|
||||
static void move __P((int, int));
|
||||
int main __P((int, char *[]));
|
||||
static void move __P((int, int));
|
||||
static void pflush __P((int));
|
||||
static int plus __P((char, char));
|
||||
static void usage __P((void));
|
||||
|
||||
int
|
||||
main(argc, argv)
|
||||
|
Loading…
Reference in New Issue
Block a user