Lower warning level when built with gcc
This commit is contained in:
parent
9cba0f9670
commit
0acae44120
@ -31,4 +31,10 @@ CLEANFILES= aliases_parse.i
|
||||
BINGRP= mail
|
||||
BINMODE= 2555
|
||||
|
||||
.include <bsd.compiler.mk>
|
||||
|
||||
.if ${COMPILER_TYPE} == gcc
|
||||
WARNS= 5
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user