mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
avoid some compiler warnings
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31107 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
916036fa6d
commit
50662ad093
8 changed files with 36 additions and 15 deletions
|
@ -717,7 +717,7 @@ enum proxyLocation
|
|||
if ((uintptr_t)object_getClass(_protocol) == 0x2)
|
||||
{
|
||||
extern struct objc_method_description*
|
||||
GSDescriptionForInstanceMethod();
|
||||
GSDescriptionForInstanceMethod(Protocol *self, SEL aSel);
|
||||
mth = GSDescriptionForInstanceMethod(_protocol, aSelector);
|
||||
}
|
||||
else
|
||||
|
@ -729,7 +729,7 @@ enum proxyLocation
|
|||
if ((uintptr_t)object_getClass(_protocol) == 0x2)
|
||||
{
|
||||
extern struct objc_method_description*
|
||||
GSDescriptionForClassMethod();
|
||||
GSDescriptionForClassMethod(Protocol *self, SEL aSel);
|
||||
mth = GSDescriptionForClassMethod(_protocol, aSelector);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue