MSVC : Disable warning for ResInsight

This commit is contained in:
Magne Sjaastad 2017-08-17 13:52:43 +02:00
parent 55f23b0902
commit f89c1e052c

View File

@ -266,6 +266,9 @@ set( EXE_FILES
add_executable( ResInsight ${EXE_FILES} )
if (MSVC)
set_target_properties(ResInsight PROPERTIES COMPILE_FLAGS "/wd4190")
endif()
#############################################################################
# Application icon for MacOS X bundle