[Bug c++/56879] New: -Weffc++ warns about non-virtual base class destructor even if it is protected
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56879 Bug #: 56879 Summary: -Weffc++ warns about non-virtual base class destructor even if it is protected Classification: Unclassified Product: gcc Version: 4.7.2
[Bug c++/56879] -Weffc++ warns about non-virtual base class destructor even if it is protected
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56879 --- Comment #2 from alex 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 deeply flawed. Using it wit