Re: Tiger Build Warnings
Re: Tiger Build Warnings
- Subject: Re: Tiger Build Warnings
- From: Ben Cox <email@hidden>
- Date: Wed, 22 Jun 2005 20:22:40 -0400
On Jun 22, 2005, at 5:44 PM, Jeff Moore wrote:
/Developer/Examples/CoreAudio/AudioUnits/AUPublic/AUBase/
AUScopeElement.h:335: warning: 'class AUElementCreator' has
virtual functions but non-virtual destructor
Ignore this one. AUElementCreator is a pure virtual class with a no-
op destructor. IMHO, gcc should not be issuing the warning in this
case, but I don't know enough about the details of the C++ spec to
say if this is a bug in gcc.
It's not; it's a bug in AUElementCreator. Any class designed for
inheritance that doesn't have a virtual destructor is one that
contains a bug. GCC is trying to help you here.
__
Ben Cox <email@hidden>
http://www.djehuti.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden