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:
bapt 2013-06-17 13:02:39 +00:00
parent 13a7aa411f
commit 15dd8ebc0e

View File

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