mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 06:39:57 +00:00
video_core/cmake: Remove Werror flags already defined code-base wide
These flags are already defined in src/cmake.
This commit is contained in:
parent
28e78d81b2
commit
cc2c3e447f
1 changed files with 0 additions and 2 deletions
|
@ -312,9 +312,7 @@ else()
|
|||
-Werror=pessimizing-move
|
||||
-Werror=redundant-move
|
||||
-Werror=shadow
|
||||
-Werror=switch
|
||||
-Werror=type-limits
|
||||
-Werror=unused-variable
|
||||
|
||||
$<$<CXX_COMPILER_ID:GNU>:-Werror=class-memaccess>
|
||||
$<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter>
|
||||
|
|
Loading…
Reference in a new issue