'class1' : inherits 'class2::member' via dominance
There were two or more members with the same name. The one in class2 was inherited since it was a base class for the other classes that contained this member.
This warning is for informational purposes only.