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