Re: How do I disable this warning: "local declaration of 'varname' hides instance variable"
Re: How do I disable this warning: "local declaration of 'varname' hides instance variable"
- Subject: Re: How do I disable this warning: "local declaration of 'varname' hides instance variable"
- From: Andrew Farmer <email@hidden>
- Date: Sun, 23 Mar 2008 19:35:07 -0700
On 23 Mar 08, at 19:29, charlie wrote:
How do I disable this warning?...
"local declaration of 'varname' hides instance variable"
Use a different name for either the local variable or the instance
variable. This is a serious enough warning that I really wouldn't
recommend disabling it.
_______________________________________________
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