]> git.tdb.fi Git - builder.git/commit
Disable warning C4250 on MSVC
authorMikko Rasa <tdb@tdb.fi>
Tue, 5 Sep 2023 09:14:08 +0000 (12:14 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 5 Sep 2023 09:14:08 +0000 (12:14 +0300)
commitfdd3c43f654833a19428abf11200ebf627ddbdf1
tree5a1b22889b5d6a8b86e005f5adaaf0dcf1537ab8
parentc1cb9e8078e54b1ecd7950841d2eba6993c2f036
Disable warning C4250 on MSVC

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.
plugins/msvc/msvccompiler.cpp