Re: Disable "missing [super dealloc] call" warning
Re: Disable "missing [super dealloc] call" warning
- Subject: Re: Disable "missing [super dealloc] call" warning
- From: Jonathan del Strother <email@hidden>
- Date: Sat, 30 Apr 2005 23:57:52 +0100
It's a pretty ugly kludge, but you could use this:
-(void)dealloc
{
if (false)
[super dealloc];
}
which seems to confuse the compiler into thinking it's there.
On 30 Apr 2005, at 17:35, Axel Andersson wrote:
Is there a flag or build setting to disable the "method possibly
missing a [super dealloc] call" warning? I don't seem to be able to
find it in either Xcode or gcc(1).
--
Axel Andersson
email@hidden
http://www.zankasoftware.com/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40steelskies.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden