Downgrage WARNS level for GCC 3.4.x.

This commit is contained in:
Alexander Kabaev 2004-07-28 05:44:07 +00:00
parent e1f91dbd18
commit c2cc554bbe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132757

View File

@ -6,7 +6,7 @@ MAN= libmp.3
INCS= mp.h
SRCS= mpasbn.c
WARNS?= 2
WARNS?= 0
CFLAGS+= -I${.CURDIR}/../../crypto
.include <bsd.lib.mk>