1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 23:23:52 +00:00

Update CMakeLists.txt to disable MSVC warning 4866

This commit is contained in:
Mads Buvik Sandvei 2020-12-18 20:04:24 +00:00
parent a1065c8376
commit a2a462f416

View file

@ -557,6 +557,7 @@ if (WIN32)
# caused by MyGUI # caused by MyGUI
4275 # non dll-interface class 'std::exception' used as base for dll-interface class 'MyGUI::Exception' 4275 # non dll-interface class 'std::exception' used as base for dll-interface class 'MyGUI::Exception'
4297 # function assumed not to throw an exception but does 4297 # function assumed not to throw an exception but does
4866 # compiler may not enforce left-to-right evaluation order for call
# OpenMW specific warnings # OpenMW specific warnings
4099 # Type mismatch, declared class or struct is defined with other type 4099 # Type mismatch, declared class or struct is defined with other type