This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/22406] -Weffc++ warns about missing op= and copy ctor, even when base classes have already disabled these
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Sep 2005 22:26:35 -0000
- Subject: [Bug c++/22406] -Weffc++ warns about missing op= and copy ctor, even when base classes have already disabled these
- References: <20050711132008.22406.mutz@kde.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-23 22:26 -------
Hmm, I get only warning for this code:
t.cc:10: warning: base class ?class Foo? has a non-virtual destructor
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22406