Our bsd.*.mk only supports 6 WARNS levels and we should not use higher values
until it does. Approved by: re (dwhite)
This commit is contained in:
parent
7fe8d3ceb1
commit
5ceb03e494
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PROG= gencat
|
||||
WARNS?= 8
|
||||
WARNS?= 6
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user