mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 08:27:53 +00:00
video_core: Enforce -Werror=type-limits
Silences one warning and avoids introducing more in the future.
This commit is contained in:
parent
a9cf9c5348
commit
1ae83819d9
2 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue