lower the WARNS to 1 again until I have more time to figure out the problems with WARNS=4

Reported by:	gavin
This commit is contained in:
Baptiste Daroussin 2013-06-17 13:02:39 +00:00
parent 80fae82753
commit 506197d1c8

View File

@ -15,6 +15,6 @@ MAN= dialog.3
CFLAGS+= -I${.CURDIR} -I${DIALOG} -D_XOPEN_SOURCE_EXTENDED -DGCC_UNUSED=__unused CFLAGS+= -I${.CURDIR} -I${DIALOG} -D_XOPEN_SOURCE_EXTENDED -DGCC_UNUSED=__unused
.PATH: ${DIALOG} .PATH: ${DIALOG}
WARNS?= 4 WARNS?= 1
.include <bsd.lib.mk> .include <bsd.lib.mk>