This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]