Remove the now unused -Wno-deprecated-declarations on OS X

This was only required for building with OpenSSL.
This commit is contained in:
Martin Storsjö 2014-01-17 11:13:52 +02:00
parent 0f3dfb33b0
commit af2a354202

View File

@ -2,7 +2,7 @@ include build/platform-x86-common.mk
ASM = nasm
SHAREDLIBSUFFIX = dylib
SHARED = -dynamiclib
CFLAGS += -Wno-deprecated-declarations -Werror -fPIC -DMACOS -DMT_ENABLED -MMD -MP
CFLAGS += -Werror -fPIC -DMACOS -DMT_ENABLED -MMD -MP
LDFLAGS += -lpthread
ASMFLAGS += --prefix _ -DNOPREFIX
ifeq ($(ENABLE64BIT), Yes)