From daf48e7cefbfbb043a54ee3f39937f0c3abc7b09 Mon Sep 17 00:00:00 2001 From: mccallum Date: Mon, 2 Sep 1996 15:52:46 +0000 Subject: [PATCH] ([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 --- Source/NSCharacterSet.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/NSCharacterSet.m b/Source/NSCharacterSet.m index 0814360c2..a41c95ea8 100644 --- a/Source/NSCharacterSet.m +++ b/Source/NSCharacterSet.m @@ -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