mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +00:00
([NSCharacterSet +_bitmapForSet:number:]): Add an abort() after
raising the exception, to avoid gcc warning. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1675 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cd19220fb3
commit
2fa94dd929
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ static NSLock* cache_lock = nil;
|
|||
NS_HANDLER
|
||||
[cache_lock unlock];
|
||||
[localException raise];
|
||||
abort (); /* quiet warnings about `set' clobbered by longjmp. */
|
||||
NS_ENDHANDLER
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue