This compiles fine w/WARNS.

This commit is contained in:
obrien 2002-12-30 09:25:30 +00:00
parent a6c978255e
commit 83636c7629

View File

@ -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 <bsd.lib.mk>