mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
avoid spurious compiler warnings
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23027 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2051e8bfef
commit
e7962cfb4d
27 changed files with 105 additions and 22 deletions
|
@ -147,6 +147,7 @@ static Class GSInlineArrayClass;
|
|||
NSZoneFree([self zone], _contents_array);
|
||||
}
|
||||
NSDeallocateObject(self);
|
||||
GSNOSUPERDEALLOC;
|
||||
}
|
||||
|
||||
- (id) init
|
||||
|
@ -388,6 +389,7 @@ static Class GSInlineArrayClass;
|
|||
#endif
|
||||
}
|
||||
NSDeallocateObject(self);
|
||||
GSNOSUPERDEALLOC;
|
||||
}
|
||||
- (id) init
|
||||
{
|
||||
|
@ -865,6 +867,7 @@ static Class GSInlineArrayClass;
|
|||
{
|
||||
RELEASE(array);
|
||||
NSDeallocateObject(self);
|
||||
GSNOSUPERDEALLOC;
|
||||
}
|
||||
|
||||
@end
|
||||
|
@ -1027,7 +1030,7 @@ static Class GSInlineArrayClass;
|
|||
|
||||
- (void) dealloc
|
||||
{
|
||||
return; // placeholders never get deallocated.
|
||||
GSNOSUPERDEALLOC; // placeholders never get deallocated.
|
||||
}
|
||||
|
||||
- (id) init
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue