This compiles fine w/WARNS.

This commit is contained in:
David E. O'Brien 2002-12-30 09:25:30 +00:00
parent 8a7335c522
commit c20e9fe932
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108429

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>