I've seen this multiple times and if I want to ignore the warning I have to suppress it twice.
DummyObjects.cpp:57 warning: duplInheritedMember - The class 'MockOverlay' defines member function with name 'CreateInstance' also defined in its parent class 'DummyOverlay'.
DummyObjects.h:42 warning: duplInheritedMember - The class 'MockOverlay' defines member function with name 'CreateInstance' also defined in its parent class 'DummyOverlay'
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've seen this multiple times and if I want to ignore the warning I have to suppress it twice.
DummyObjects.cpp:57 warning: duplInheritedMember - The class 'MockOverlay' defines member function with name 'CreateInstance' also defined in its parent class 'DummyOverlay'.
DummyObjects.h:42 warning: duplInheritedMember - The class 'MockOverlay' defines member function with name 'CreateInstance' also defined in its parent class 'DummyOverlay'