aboutsummaryrefslogtreecommitdiff
path: root/libobjc
diff options
context:
space:
mode:
authornicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>2002-06-17 17:41:38 +0000
committernicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>2002-06-17 17:41:38 +0000
commitce04f8fd1080737509bb327faa4a1e213a44c441 (patch)
tree3d8d9ebcaf639f8fc203dc6e75486291b83d41ee /libobjc
parent59a5ff3a7febb51c9ac25059b9a6ade0806b2293 (diff)
Fixed warning in sendmsg.c for forwarding function not returning a value
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54708 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc')
-rw-r--r--libobjc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog
index 9e9e7b91316..186b712621e 100644
--- a/libobjc/ChangeLog
+++ b/libobjc/ChangeLog
@@ -1,3 +1,10 @@
+Mon Jun 17 18:37:42 2002 Nicola Pero <n.pero@mi.flashnet.it>
+
+ * sendmsg.c (__objc_get_forward_imp): Fix warning by making sure
+ we always have a return value: if __objc_msg_forward does not
+ supply a forwarding implementation, return the default
+ __builtin_apply based one.
+
2002-06-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Object.m: Fix signed/unsigned warning.