From b19af366022c92925cee94647ad02c5d15fa29c5 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 30 Dec 2002 09:25:30 +0000 Subject: This compiles fine w/WARNS. --- lib/libmp/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'lib') diff --git a/lib/libmp/Makefile b/lib/libmp/Makefile index 35374a3..7d8c9cb 100644 --- a/lib/libmp/Makefile +++ b/lib/libmp/Makefile @@ -2,12 +2,11 @@ LIB= mp SHLIB_MAJOR= 4 -CFLAGS+= -ansi -pedantic -WARNS?= 2 -# openssl/bn.h isn't WARNS-safe, but I still want the warings. -NO_WERROR= yes -SRCS= mpasbn.c -INCS= mp.h MAN= libmp.3 +INCS= mp.h +SRCS= mpasbn.c + +WARNS?= 2 +CFLAGS+= -ansi -pedantic .include -- cgit v1.1