It's emitted when a class inherits a virtual base through multiple ways,
and one of those ways overrides a virtual function from the base. This
feels more annoying than useful; I'll deal with any ambiguities as they
arise.
argv.push_back("/permissive-");
argv.push_back("/wd4068"); // Unknown pragma
+ argv.push_back("/wd4250"); // Virtual function inherited via dominance
argv.push_back("/wd4251"); // Dll-interface required on type of member variable
argv.push_back("/wd4275"); // Dll-interface class derives from non-dll-interface class
if(binfo.warning_level<4)