mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
suppress warning, compiler is confused by exception handler
This commit is contained in:
parent
b489f9b82b
commit
c9020acd4b
1 changed files with 1 additions and 0 deletions
|
@ -313,6 +313,7 @@ static NSMutableDictionary *fileMap = nil;
|
|||
NS_HANDLER
|
||||
{
|
||||
[fileLock unlock];
|
||||
result = nil;
|
||||
[localException raise];
|
||||
}
|
||||
NS_ENDHANDLER
|
||||
|
|
Loading…
Reference in a new issue