Bring back the WARNS level to what it used to be to please gcc arches at least

This commit is contained in:
Baptiste Daroussin 2018-10-20 21:33:34 +00:00
parent 594fb8f519
commit 6794a0c94c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=339495
2 changed files with 3 additions and 1 deletions

View file

@ -17,6 +17,6 @@ LIBADD= ncursesw m
CFLAGS+= -I${.CURDIR} -I${DIALOG} -D_XOPEN_SOURCE_EXTENDED -DGCC_UNUSED=__unused
.PATH: ${DIALOG}
WARNS?= 4
WARNS?= 1
.include <bsd.lib.mk>

View file

@ -7,4 +7,6 @@ LIBADD= dialog ncursesw m
CFLAGS+= -I${.CURDIR} -I${DIALOG}
.PATH: ${DIALOG}
WARNS?= 6
.include <bsd.prog.mk>