X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/060df5ea7c632b1ac8cc8aac1fb59758165c2084..6d2010ae8f7a6078e10b361c6962983bab233e0f:/security/conf/Makefile.x86_64 diff --git a/security/conf/Makefile.x86_64 b/security/conf/Makefile.x86_64 index 64c2b46d5..7b0de925d 100644 --- a/security/conf/Makefile.x86_64 +++ b/security/conf/Makefile.x86_64 @@ -2,17 +2,6 @@ #BEGIN Machine dependent Makefile fragment for x86_64 ###################################################################### -# Enable -Werror for x86_64 builds -CFLAGS+=$(WERROR) -CWARNFLAGS= $(filter-out -Wbad-function-cast, $(CWARNFLAGS_STD)) - -# Objects that don't compile cleanly: -#OBJS_NO_WERROR = \ - -OBJS_WERROR=$(filter-out $(OBJS_NO_WERROR),$(OBJS)) - -$(OBJS_WERROR): WERROR=-Werror - ###################################################################### #END Machine dependent Makefile fragment for x86_64 ######################################################################