Re: Passing param by reference then using within block throws exception
Re: Passing param by reference then using within block throws exception
- Subject: Re: Passing param by reference then using within block throws exception
- From: Steve Mills <email@hidden>
- Date: Thu, 22 Sep 2016 19:50:53 +0000 (GMT)
On Sep 22, 2016, at 02:45 PM, "Gary L. Wade" <email@hidden> wrote:
Look at these two lines:
__block NSString* noFillMeIn;
...
*noFillMeIn = @"wow";
Unless the original code is correct, you've got mismatched pointers, and you should try turning on more warnings and reading what they say, as well as trying the analyzer.
Copy & paste mistake. The quoted syntax won't even compile.
Sent from iCloud's ridiculous UI, so, sorry about the formatting
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden