mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 17:12:03 +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
bffeaa25d7
commit
e1a528b485
8 changed files with 36 additions and 15 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue