[Bug c++/20685] another wrong warning when using "-Woverloaded-virtual"

2005-03-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-29 14:15 --- This warning is what -Woverloaded-virtual is about in the first place. -- What|Removed |Added

[Bug c++/20685] another wrong warning when using "-Woverloaded-virtual"

2005-03-29 Thread oliverst at online dot de
--- Additional Comments From oliverst at online dot de 2005-03-29 12:58 --- Created an attachment (id=8488) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8488&action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20685

[Bug c++/20685] another wrong warning when using "-Woverloaded-virtual"

2005-03-29 Thread oliverst at online dot de
--- Additional Comments From oliverst at online dot de 2005-03-29 12:57 --- Sorry, forgot the warning: 4 C:\Dev-Cpp\Projects\test-stlport\main_8.cpp [Warning] 'virtual bool A::LinkData(int**, int)' was hidden 9 C:\Dev-Cpp\Projects\test-stlport\main_8.cpp [Warning] by 'virtual bool B: