Re: Turning off spurious C warning in XCode ?
Re: Turning off spurious C warning in XCode ?
- Subject: Re: Turning off spurious C warning in XCode ?
- From: Troy Dawson <email@hidden>
- Date: Sun, 23 Nov 2003 05:16:02 -0800
On Nov 23, 2003, at 5:02 AM, Thomas Lachand-Robert wrote:
So if anyone has an idea to get rid of this warning, I'm interested.
Thanks,
don't reuse instance variable names in your methods. I preface my
instance variables with a '_ 'as habit.
also, your original issue:
id session = [self session];
will not produce an warning -- method names do not collide with C
variable names.
_______________________________________________
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.