windows warning flags disabled - treats some warnings as errors

This commit is contained in:
Uwe Rathmann 2023-04-05 18:47:43 +02:00
parent 843fb00d97
commit f49d99ac3c

View File

@ -117,7 +117,7 @@ macro(qsk_initialize_build_flags)
if ( NOT MSVC )
add_compile_options( -Wall -Wextra )
else()
add_compile_options(/W4 /WX)
# add_compile_options(/W4 /WX)
endif()
endmacro()