1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-25 05:26:40 -05:00

CMakeLists: Treat MSVC warnings as errors

This commit is contained in:
Morph
2022-10-21 02:34:06 -04:00
parent e6ab1f673b
commit f3c40f4a20
4 changed files with 2 additions and 3 deletions

View File

@@ -241,7 +241,6 @@ target_link_libraries(shader_recompiler PUBLIC common fmt::fmt sirit)
if (MSVC)
target_compile_options(shader_recompiler PRIVATE
/W4
/WX
/we4242 # 'identifier': conversion from 'type1' to 'type2', possible loss of data
/we4244 # 'argument' : conversion from 'type1' to 'type2', possible loss of data (floating-point)