mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Issue a warning instead of throwing an exception
This commit is contained in:
parent
5f92c87d78
commit
ba3b31ced2
1 changed files with 1 additions and 2 deletions
|
@ -247,8 +247,7 @@ static BOOL traceLocks = NO;
|
|||
{\
|
||||
if (0 != GS_MUTEX_UNLOCK(_mutex))\
|
||||
{\
|
||||
[NSException raise: NSLockException\
|
||||
format: @"failed to unlock mutex"];\
|
||||
NSLog(@"failed to unlock mutex");\
|
||||
}\
|
||||
CHK(Drop) \
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue