[Bug c++/53206] overloaded virtual non const warning
manu at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu May 3 13:16:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53206
--- Comment #7 from Manuel López-Ibáñez <manu at gcc dot gnu.org> 2012-05-03 13:15:11 UTC ---
(In reply to comment #6)
> In the large codebase I'm working on currently we use -Wall -Wextra but don't
> use -Woverloaded-virtual (and we are aware of it, it's in a Makefile but
> commented out) because it generates too much noise. If it was in -Wall or
> -Wextra we'd probably use -Wno-overloaded-virtual
Sorry, I may be misunderstanding the purpose of the warning. Could you give an
example where the warning is just noise?
(Perhaps we should really have -W3 or -Wparanoid.)
More information about the Gcc-bugs
mailing list