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)



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

Reply via email to