From c2cc554bbeb6071cb62024923567f1c908f5eb7b Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Wed, 28 Jul 2004 05:44:07 +0000 Subject: [PATCH] Downgrage WARNS level for GCC 3.4.x. --- lib/libmp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libmp/Makefile b/lib/libmp/Makefile index 6bb7f79c45c7..26ff2c88f284 100644 --- a/lib/libmp/Makefile +++ b/lib/libmp/Makefile @@ -6,7 +6,7 @@ MAN= libmp.3 INCS= mp.h SRCS= mpasbn.c -WARNS?= 2 +WARNS?= 0 CFLAGS+= -I${.CURDIR}/../../crypto .include