makefs: drop WARNS back to 2

GCC warns about additional signed comparision issues compared to Clang.
Drop WARNS for now until the underlying issue is fixed.
This commit is contained in:
Ed Maste 2017-05-18 17:55:33 +00:00
parent bd2969a00d
commit 7092a907e5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=318474

View File

@ -14,7 +14,7 @@ SRCS= cd9660.c ffs.c \
walk.c
MAN= makefs.8
WARNS?= 3
WARNS?= 2
.include "${SRCDIR}/cd9660/Makefile.inc"
.include "${SRCDIR}/ffs/Makefile.inc"