mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
avoid compiler warnings
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32417 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6641e12d91
commit
aa5229a6cb
31 changed files with 201 additions and 163 deletions
|
@ -683,7 +683,7 @@ _GSDebugAllocationRemove(Class c, id o)
|
|||
}
|
||||
}
|
||||
[uniqueLock unlock];
|
||||
RELEASE(tag);
|
||||
[tag release];
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
@ -1088,7 +1088,7 @@ NSMutableArray *
|
|||
GSPrivateStackAddresses(void)
|
||||
{
|
||||
NSMutableArray *stack;
|
||||
NSAutoreleasePool *pool;
|
||||
NSAutoreleasePool *pool;
|
||||
|
||||
#if HAVE_BACKTRACE
|
||||
void *addresses[1024];
|
||||
|
@ -1182,7 +1182,7 @@ GSPrivateStackAddresses(void)
|
|||
signal(SIGBUS, env->bus);
|
||||
}
|
||||
#endif
|
||||
RELEASE(pool);
|
||||
[pool release];
|
||||
return stack;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue