mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
avoid compiler warning
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28472 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e7ce602ad2
commit
69c24bb774
1 changed files with 2 additions and 0 deletions
|
@ -1905,6 +1905,7 @@ static void retDecoder(DOContext *ctxt)
|
|||
}
|
||||
}
|
||||
|
||||
#if !defined(USE_FFCALL) && !defined(USE_LIBFFI)
|
||||
static void retEncoder (DOContext *ctxt)
|
||||
{
|
||||
switch (*ctxt->type)
|
||||
|
@ -1929,6 +1930,7 @@ static void retEncoder (DOContext *ctxt)
|
|||
[ctxt->encoder encodeValueOfObjCType: ctxt->type at: ctxt->datum];
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* NSDistantObject's -forward:: method calls this to send the message
|
||||
|
|
Loading…
Reference in a new issue