|
From: | Richard Frith-Macdonald |
Subject: | Re: base: NSInvocation.m (_get_arg) |
Date: | Mon, 23 Apr 2001 10:57:27 +0100 |
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.
[Prev in Thread] | Current Thread | [Next in Thread] |