W8024 Base class 'class1' is also a base class of 'class2' (C++)
Go Up to Compiler Errors And Warnings (C++) Index
(Command-line option to suppress warning: -w-ibc)
A class inherits from the same base class both directly and indirectly. It is best to avoid this non-portable construct in your program code.