mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 13:59:58 +00:00
Merge pull request #5003 from jbeich/clang
input_common: unbreak -Werror with Clang
This commit is contained in:
commit
b70751ccb9
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ else()
|
||||||
-Werror=reorder
|
-Werror=reorder
|
||||||
-Werror=shadow
|
-Werror=shadow
|
||||||
-Werror=sign-compare
|
-Werror=sign-compare
|
||||||
-Werror=unused-but-set-parameter
|
$<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter>
|
||||||
-Werror=unused-but-set-variable
|
$<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable>
|
||||||
-Werror=unused-variable
|
-Werror=unused-variable
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue