Bring back WARNS to 3 for arm until I figure out how to make gcc happy.

This commit is contained in:
Olivier Houchard 2005-01-24 01:56:06 +00:00
parent b986ced475
commit fa4813f103
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140691

View File

@ -3,6 +3,10 @@
PROG= newfs_msdos
MAN= newfs_msdos.8
.if ${MACHINE_ARCH} == "arm"
WARNS?= 3
.else
WARNS?= 6
.endif
.include <bsd.prog.mk>