diff options
Diffstat (limited to 'usr.bin/cvs/cvsd')
-rw-r--r-- | usr.bin/cvs/cvsd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvsd/Makefile b/usr.bin/cvs/cvsd/Makefile index 191a55ae958..ea10c36b3df 100644 --- a/usr.bin/cvs/cvsd/Makefile +++ b/usr.bin/cvs/cvsd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 2004/12/06 18:57:10 xsa Exp $ +# $Id: Makefile,v 1.7 2004/12/08 18:07:07 xsa Exp $ .PATH: ${.CURDIR}/.. @@ -10,6 +10,8 @@ MAN=cvsd.8 cvsd.conf.5 CFLAGS+= -Wall -I${.CURDIR}/.. CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes +CFLAGS+= -Wmissing-declarations +CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual CFLAGS+= -Wsign-compare CFLAGS+= -DCVSD |