https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68391

Alexander Volkov <a.volkov at rusbitech dot ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |a.volkov at rusbitech dot ru

--- Comment #1 from Alexander Volkov <a.volkov at rusbitech dot ru> ---
-Wsuggest-override should not produce warnings in this case, because none of
members of Derived override virtual functions of Base.

-Woverloaded-virtual has another meaning: "With this option, the compiler warns
when you define a function with the same name as a virtual function, but with a
type signature that does not match any declarations from the base class."

Reply via email to