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:
parent
a1065c8376
commit
a2a462f416
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue