This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11157] Annoying warning message
- From: "neil at daikokuya dot co dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Jun 2003 21:45:50 -0000
- Subject: [Bug c++/11157] Annoying warning message
- References: <20030611183824.11157.emild@collectivestudios.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11157
------- Additional Comments From neil@daikokuya.co.uk 2003-06-11 21:45 -------
Subject: Re: Annoying warning message
emild@collectivestudios.com wrote:-
> Except that the non-virtual destructor is protected in this case, therefore
> you can't destroy the object through a base pointer anyway.
Sure you can. Anything with protected access can.
Neil.