Skip navigation.
 
mlRe: How do I disable this warning: "local declaration of 'varname' hides instance variable"
FROM : Daniel Jalkut
DATE : Mon Mar 24 06:14:54 2008

On Mar 24, 2008, at 1:11 AM, Daniel Jalkut wrote:
> Look in your build settings. Turn off the "Hidden Local Variables" 
> warning:


Whoops ! Looks like I was wrong about that.  Doesn't actually disable 
the particular instance-var hiding warning.

So maybe even the compiler refuses to let you turn off this well-
intentioned warning.

Daniel