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:
parent
80fae82753
commit
506197d1c8
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user