bug-gnustep
[Top][All Lists]
Advanced

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

base: NSInvocation.m (_get_arg)


From: Michael Scheibler
Subject: base: NSInvocation.m (_get_arg)
Date: Fri, 20 Apr 2001 15:49:42 +0200

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 ?
}



ix86/mingw32/mframe.h:

inline static void
mframe_get_arg(arglist_t argf, NSArgumentInfo *info, void* buffer)





reply via email to

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