Fixed warning in sendmsg.c for forwarding function not returning a value
authorNicola Pero <nicola@gcc.gnu.org>
Mon, 17 Jun 2002 17:41:38 +0000 (17:41 +0000)
committerNicola Pero <nicola@gcc.gnu.org>
Mon, 17 Jun 2002 17:41:38 +0000 (17:41 +0000)
From-SVN: r54708

libobjc/ChangeLog

index 9e9e7b913168a80dfcee98be7f2706cf1dacdaf3..186b712621e4fc7de4c15d57067ea217aac17397 100644 (file)
@@ -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.