I continuously get this warning whenever a constructor delegates to another constructor within the containing type, having virtual bases.warning C4100: '$initVBases' : unreferenced formal parameter
It's the same warning as when a parameter or local goes unused, it in this case it seems to be referring to the virtual bases to initialize, but in this case, still makes no sense.
I'm using Visual C++ Compiler 12.0.