[Bug c++/56879] -Weffc++ warns about non-virtual base class destructor even if it is protected

2019-11-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56879 Jonathan Wakely changed: What|Removed |Added Resolution|WORKSFORME |FIXED Target Milestone|---

[Bug c++/56879] -Weffc++ warns about non-virtual base class destructor even if it is protected

2019-11-21 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56879 Eric Gallager changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/56879] -Weffc++ warns about non-virtual base class destructor even if it is protected

2013-04-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56879 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Attachment #29827|application/octet-stream

[Bug c++/56879] -Weffc++ warns about non-virtual base class destructor even if it is protected

2013-04-08 Thread ayurchen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56879 --- Comment #2 from alex ayurchen at gmail dot com 2013-04-08 19:06:47 UTC --- (In reply to comment #1) Comment on attachment 29827 [details] test source code and compiler output The solution is simple: don't use -Weffc++, it's