bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: base: NSInvocation.m (_get_arg)


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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]