mirror of
https://github.com/OpenMW/openmw.git
synced 2025-07-01 17:41:34 +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
|
||||
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
|
||||
4866 # compiler may not enforce left-to-right evaluation order for call
|
||||
|
||||
# OpenMW specific warnings
|
||||
4099 # Type mismatch, declared class or struct is defined with other type
|
||||
|
|
Loading…
Reference in a new issue