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

sure that doesn't change.
This commit is contained in:
dd 2002-07-28 06:52:47 +00:00
parent 833e15959c
commit b6072a59e6

View File

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