Tweaks to avoid compiler warnings.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9284 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2001-03-03 14:49:11 +00:00
parent ea5f1de4c7
commit 8c22ba0878
9 changed files with 21 additions and 21 deletions

View file

@ -492,6 +492,7 @@ static NSLock *fileLock = nil;
}
NS_HANDLER
{
obj = nil;
[fileLock unlock];
[localException raise];
}