mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-29 09:32:45 +00:00
Update CMakeLists.txt to disable MSVC warning 4866
This commit is contained in:
parent
a1065c8376
commit
a2a462f416
@ -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…
x
Reference in New Issue
Block a user