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:
rfm 2010-08-10 10:38:50 +00:00
parent bffeaa25d7
commit e1a528b485
8 changed files with 36 additions and 15 deletions

View file

@ -74,8 +74,10 @@
- (struct objc_method_description*) _methodDescription: (SEL)aSelector
{
extern struct objc_method_description *GSDescriptionForInstanceMethod();
extern struct objc_method_description *GSDescriptionForClassMethod();
extern struct objc_method_description
*GSDescriptionForInstanceMethod(Protocol *self, SEL aSel);
extern struct objc_method_description
*GSDescriptionForClassMethod(Protocol *self, SEL aSel);
if (_myProtocol != nil && _myTarget != nil)
{