CMakeLists: Treat MSVC warnings as errors
This commit is contained in:
parent
9fba74d245
commit
ea5b59b539
4 changed files with 2 additions and 3 deletions
|
@ -39,7 +39,6 @@ add_library(input_common STATIC
|
|||
if (MSVC)
|
||||
target_compile_options(input_common PRIVATE
|
||||
/W4
|
||||
/WX
|
||||
|
||||
/we4242 # 'identifier': conversion from 'type1' to 'type2', possible loss of data
|
||||
/we4244 # 'conversion': conversion from 'type1' to 'type2', possible loss of data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue