From a2a462f416b7c3c8b1f0c126833e2f101b9d5049 Mon Sep 17 00:00:00 2001 From: Mads Buvik Sandvei Date: Fri, 18 Dec 2020 20:04:24 +0000 Subject: [PATCH] Update CMakeLists.txt to disable MSVC warning 4866 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 76764fbd9..f0f7a3fc5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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