Bump WARNS where possible.
Checked by: make universe Approved by: ed (co-mentor)
This commit is contained in:
parent
12d96a648c
commit
764da0e641
@ -11,7 +11,7 @@ PROG= rmail
|
||||
SRCS= rmail.c
|
||||
MAN= rmail.8
|
||||
|
||||
WARNS?= 0
|
||||
WARNS?= 2
|
||||
CFLAGS+=-I${SENDMAIL_DIR}/include -I.
|
||||
|
||||
LIBSMDIR= ${.OBJDIR}/../../lib/libsm
|
||||
|
@ -4,8 +4,7 @@ PROG_CXX=devd
|
||||
SRCS= devd.cc token.l parse.y y.tab.h
|
||||
MAN= devd.8 devd.conf.5
|
||||
|
||||
WARNS= 0
|
||||
#WARNS?= 4
|
||||
WARNS?= 3
|
||||
|
||||
NO_SHARED?=YES
|
||||
|
||||
|
@ -3,6 +3,5 @@
|
||||
PROG= devfs
|
||||
SRCS= devfs.c rule.c
|
||||
MAN= devfs.8
|
||||
WARNS?= 5
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -11,7 +11,7 @@ PROG= ffsinfo
|
||||
SRCS= ffsinfo.c debug.c
|
||||
MAN= ffsinfo.8
|
||||
|
||||
WARNS?= 0
|
||||
WARNS?= 1
|
||||
CFLAGS+=-DFS_DEBUG -I${GROWFS}
|
||||
DPADD= ${LIBUFS}
|
||||
LDADD= -lufs
|
||||
|
@ -9,9 +9,7 @@ SRCS+= g_bde_lock.c
|
||||
|
||||
# rijndael-fst.c does evil casting things which results in warnings on
|
||||
# 64 bit machines, the test-vectors check out however, so it works right.
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
WARNS?= 5
|
||||
.else
|
||||
.if ${MACHINE_ARCH} != "i386"
|
||||
WARNS?= 3
|
||||
.endif
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= mknod
|
||||
WARNS?= 0
|
||||
MAN= mknod.8
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -11,7 +11,7 @@ MLINKS= mount_std.8 mount_devfs.8 \
|
||||
|
||||
MOUNT= ${.CURDIR}/../mount
|
||||
CFLAGS+= -I${MOUNT}
|
||||
WARNS?= 0
|
||||
WARNS?= 3
|
||||
|
||||
.PATH: ${MOUNT}
|
||||
|
||||
|
@ -11,8 +11,6 @@ LINKS= ${BINDIR}/sunlabel ${BINDIR}/disklabel
|
||||
MLINKS= sunlabel.8 disklabel.8
|
||||
.endif
|
||||
|
||||
WARNS?= 5
|
||||
|
||||
DPADD= ${LIBGEOM}
|
||||
LDADD= -lgeom
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user