Issue a warning instead of throwing an exception

This commit is contained in:
Gregory Casamento 2023-08-30 15:47:55 +00:00 committed by Gregory John Casamento
parent 5f92c87d78
commit ba3b31ced2

View file

@ -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) \
}