Hi, On 2013-10-22 10:06, ChanMaxthon wrote:
Compiler issue. All cases in a switch statement shares a same scope, and ARC works by inserting code into beginning and end of scopes. switch() statement jumps around, making code path very unpredictable, confusing ARC.
It is a compiler issue. But as I wrote in my other post, the posted code is invalid C, so it is a compiler issue with the non-arc compiler.
Bye, Daniel _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
