windows warning flags disabled - treats some warnings as errors
This commit is contained in:
parent
843fb00d97
commit
f49d99ac3c
@ -117,7 +117,7 @@ macro(qsk_initialize_build_flags)
|
|||||||
if ( NOT MSVC )
|
if ( NOT MSVC )
|
||||||
add_compile_options( -Wall -Wextra )
|
add_compile_options( -Wall -Wextra )
|
||||||
else()
|
else()
|
||||||
add_compile_options(/W4 /WX)
|
# add_compile_options(/W4 /WX)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
endmacro()
|
endmacro()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user