Visual C++: How to disable specific linker warnings? December 10, 2022 by Tarik Add the following as a additional linker option: /ignore:4099 This is in Properties->Linker->Command Line