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

This commit is contained in:
bapt 2018-10-20 21:33:34 +00:00
parent 842a0eb567
commit a2a619aa9f
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>