mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-24 05:00:31 -04:00
Merge branch 'madsbuvi-master-patch-39387' into 'master'
Disable MSVC warning 4866 See merge request OpenMW/openmw!480
This commit is contained in:
commit
6fa315b59e
@ -584,6 +584,12 @@ if (WIN32)
|
|||||||
5031 # #pragma warning(pop): likely mismatch, popping warning state pushed in different file (config_begin.hpp, config_end.hpp)
|
5031 # #pragma warning(pop): likely mismatch, popping warning state pushed in different file (config_begin.hpp, config_end.hpp)
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if( "${MyGUI_VERSION}" VERSION_LESS_EQUAL "3.4.0" )
|
||||||
|
set(WARNINGS_DISABLE ${WARNINGS_DISABLE}
|
||||||
|
4866 # compiler may not enforce left-to-right evaluation order for call
|
||||||
|
)
|
||||||
|
endif()
|
||||||
|
|
||||||
foreach(d ${WARNINGS_DISABLE})
|
foreach(d ${WARNINGS_DISABLE})
|
||||||
set(WARNINGS "${WARNINGS} /wd${d}")
|
set(WARNINGS "${WARNINGS} /wd${d}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user