1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-01 08:27:59 +00:00

Lower warning level when built with gcc

This commit is contained in:
Baptiste Daroussin 2014-02-21 14:14:48 +00:00
parent 9cba0f9670
commit 0acae44120
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262297

View File

@ -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>