https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87684
Bug ID: 87684 Summary: -Woverloaded-virtual is not documented Product: gcc Version: 8.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: web Assignee: unassigned at gcc dot gnu.org Reporter: bugzi...@poradnik-webmastera.com Target Milestone: --- -Woverloaded-virtual is not documented at https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html . I found this option when clang reported this kind of issue in my code, and then I tried to use it with gcc to get similar warning. BTW, clang includes -Woverloaded-virtual in -Werror. Consider doing the same for gcc.