Re: What to do about "clobbered by `longjmp' or `vfork'" warnings?
Re: What to do about "clobbered by `longjmp' or `vfork'" warnings?
- Subject: Re: What to do about "clobbered by `longjmp' or `vfork'" warnings?
- From: j o a r <email@hidden>
- Date: Wed, 3 Dec 2003 14:51:43 +0100
So the best way to fix these warnings in the general case is basically
to wrap the whole method in the exception handler? I had some sort of
idea that you might want to just bracket the code that could throw
exceptions in the handler, but that's perhaps an unnecessary
"optimization" (for readability)?
In any case - thank you Alastair!
j o a r
On 2003-12-03, at 14.30, Alastair Houghton wrote:
> I'm not sure which approach is best in this case; the first two cause
> a small performance hit in the common case where the image is already
> in your dictionary, whereas the last one adds an extra method to your
> object. Anyway, I don't think you'll get warnings from any of these
> variants.
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.