Downgrage WARNS level for GCC 3.4.x.

This commit is contained in:
kan 2004-07-28 05:44:07 +00:00
parent 9cd8c33985
commit 289257fe90

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>