This compiles cleanly with WARNS=5 on i386 and alpha, so try to make

sure that doesn't change.
This commit is contained in:
Dima Dorfman 2002-07-28 06:52:47 +00:00
parent 072af15128
commit 134cd96fec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100802

View File

@ -3,6 +3,6 @@
PROG= devfs
SRCS= devfs.c rule.c
MAN= devfs.8
WARNS?= 4
WARNS?= 5
.include <bsd.prog.mk>