mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-09 23:16:00 -06:00
#3340 Increase warning level to improve quality
This commit is contained in:
parent
c1884bb67e
commit
44a07ad596
@ -279,7 +279,7 @@ set( EXE_FILES
|
||||
add_executable( ResInsight ${EXE_FILES} )
|
||||
|
||||
if (MSVC)
|
||||
set_target_properties(ResInsight PROPERTIES COMPILE_FLAGS "/wd4190")
|
||||
set_target_properties(ResInsight PROPERTIES COMPILE_FLAGS "/W4 /wd4190 /wd4100 /wd4127")
|
||||
endif()
|
||||
|
||||
#############################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user