mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 02:20:51 +01:00
Bring back the WARNS level to what it used to be to please gcc arches at least
This commit is contained in:
parent
594fb8f519
commit
6794a0c94c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=339495
@ -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>
|
||||
|
@ -7,4 +7,6 @@ LIBADD= dialog ncursesw m
|
||||
CFLAGS+= -I${.CURDIR} -I${DIALOG}
|
||||
.PATH: ${DIALOG}
|
||||
|
||||
WARNS?= 6
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user