[Bug c++/31397] Useful compiler warning missing (virtual functions in derived classes used without 'virtual')

fang at csl dot cornell dot edu gcc-bugzilla@gcc.gnu.org
Fri Mar 30 23:43:00 GMT 2007



------- Comment #1 from fang at csl dot cornell dot edu  2007-03-31 00:43 -------
Do you mean -Woverloaded-virtual?  (see man page)
The diagostic reports when a derived class's method 'hides' the base class's.  


-- 

fang at csl dot cornell dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fang at csl dot cornell dot
                   |                            |edu


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



More information about the Gcc-bugs mailing list