On Friday, April 20, 2001, at 02:49 PM, Michael Scheibler wrote:

>
> NSInvocation.m: In function `_get_arg':
> NSInvocation.m:88: warning: control reaches end of non-void function
>
> static inline void *
> _get_arg(NSInvocation *inv, int index, void *buffer)
> {
>   mframe_get_arg(inv->_argframe, &inv->_info[index+1], &buffer);
>   // shouldn't it be buffer instead of &buffer ?
> }

Thanks ... fixed this.

_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to