mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-27 13:57:52 -05:00
video_core: Enforce -Werror=type-limits
Silences one warning and avoids introducing more in the future.
This commit is contained in:
@ -303,6 +303,7 @@ else()
|
||||
-Werror=conversion
|
||||
-Wno-error=sign-conversion
|
||||
-Werror=switch
|
||||
-Werror=type-limits
|
||||
-Werror=unused-variable
|
||||
|
||||
$<$<CXX_COMPILER_ID:GNU>:-Werror=class-memaccess>
|
||||
|
Reference in New Issue
Block a user