mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-01-12 05:01:57 -08:00
video_core: Enable sign conversion warnings
Enable sign conversion warnings but don't treat them as errors.
This commit is contained in:
parent
18c1cb68fd
commit
fb9418798d
@ -184,5 +184,5 @@ endif()
|
|||||||
if (MSVC)
|
if (MSVC)
|
||||||
target_compile_options(video_core PRIVATE /we4267)
|
target_compile_options(video_core PRIVATE /we4267)
|
||||||
else()
|
else()
|
||||||
target_compile_options(video_core PRIVATE -Werror=conversion -Wno-sign-conversion)
|
target_compile_options(video_core PRIVATE -Werror=conversion -Wno-error=sign-conversion)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user