mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 19:21:05 +01:00
Lower warning level when built with gcc
This commit is contained in:
parent
9cba0f9670
commit
0acae44120
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262297
@ -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…
Reference in New Issue
Block a user