From 527e49fc21687f40b60ee28e301ffd1eae0330a1 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sat, 10 Sep 2011 22:41:45 +0200 Subject: [PATCH] Ignore deprecation warnings as OpenSSL is deprecated as a whole on OS X. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 153a277..8ab7e31 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ LIB_FILE = ${LIB_PREFIX}${LIB}${LIB_SUFFIX} all: objfw-compile --lib ${LIB_MAJOR}.${LIB_MINOR} ${CPPFLAGS} ${LIBS} \ - -o ${LIB} src/*.m + -o ${LIB} -Wno-deprecated-declarations src/*.m install: install-lib install-headers