[Bug c++/16190] spurious warning about non-virtual destructor

bangerth at dealii dot org gcc-bugzilla@gcc.gnu.org
Fri Jun 25 13:54:00 GMT 2004


------- Additional Comments From bangerth at dealii dot org  2004-06-25 13:52 -------
I would claim that in most cases the compiler warning is actually 
justified.  
 
The question what we put into -Wall is always a judgment call, so reasonable 
people may disagree whether a particular warning should be in it or not. 
However, it should be undisputed that moving individual warnings from one 
general class to another one is bad, since it forces people to rewrite 
their makefiles if they want this warning. Given that one can switch this 
warning off separately, I will close this PR. 
 
W. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16190



More information about the Gcc-bugs mailing list