]> git.saurik.com Git - apple/xnu.git/blobdiff - security/conf/Makefile.x86_64
xnu-1699.22.73.tar.gz
[apple/xnu.git] / security / conf / Makefile.x86_64
index 64c2b46d5d27f7a75dd5a4a3510ecf53d5fa912d..7b0de925daa1cfa5f3dca11f17350d1c7fa6ccb8 100644 (file)
@@ -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
 ######################################################################