mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-04 13:44:58 +01:00
Disabled problematic MSVC warning-to-errors
This commit is contained in:
parent
5097c6a0b9
commit
1df1841ad1
8 changed files with 1 additions and 18 deletions
|
|
@ -1144,8 +1144,6 @@ add_library(core STATIC
|
|||
|
||||
if (MSVC)
|
||||
target_compile_options(core PRIVATE
|
||||
/we4242 # 'identifier': conversion from 'type1' to 'type2', possible loss of data
|
||||
/we4244 # 'conversion': conversion from 'type1' to 'type2', possible loss of data
|
||||
/we4245 # 'conversion': conversion from 'type1' to 'type2', signed/unsigned mismatch
|
||||
/we4254 # 'operator': conversion from 'type1:field_bits' to 'type2:field_bits', possible loss of data
|
||||
/we4800 # Implicit conversion from 'type' to bool. Possible information loss
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue