summaryrefslogtreecommitdiff
path: root/libobjc/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libobjc/Makefile.in')
-rw-r--r--libobjc/Makefile.in9
1 files changed, 2 insertions, 7 deletions
diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in
index e91fff716a1..1d021e8b91f 100644
--- a/libobjc/Makefile.in
+++ b/libobjc/Makefile.in
@@ -132,11 +132,8 @@ OBJC_DEPRECATED_H = \
Object.h \
Protocol.h \
objc_get_uninstalled_dtable.h \
- objc_malloc.h \
objc_msg_sendv.h \
objc_object_alloc.h \
- objc_unexpected_exception.h \
- objc_valloc.h \
struct_objc_category.h \
struct_objc_class.h \
struct_objc_ivar.h \
@@ -268,16 +265,14 @@ sendmsg_gc.lo: sendmsg.c runtime-info.h
# These files have separate rules because they require special
# compiler flags.
-# -Wno-deprecated-declarations is to silence warnings from using
-# _objc_unexpected_exception.
exception.lo: exception.c
$(LIBTOOL_COMPILE) $(CC) $< -c \
- $(ALL_CFLAGS) $(INCLUDES) -fexceptions -Wno-deprecated-declarations \
+ $(ALL_CFLAGS) $(INCLUDES) -fexceptions \
-o $@
exception_gc.lo: exception.c
$(LIBTOOL_COMPILE) $(CC) $< -c \
- $(ALL_CFLAGS) $(INCLUDES) $(OBJC_GCFLAGS) -fexceptions -Wno-deprecated-declarations \
+ $(ALL_CFLAGS) $(INCLUDES) $(OBJC_GCFLAGS) -fexceptions \
-o $@
doc: info dvi pdf html