summaryrefslogtreecommitdiff
path: root/src/input_common
diff options
context:
space:
mode:
authorGravatar bunnei2021-07-06 11:23:33 -0700
committerGravatar GitHub2021-07-06 11:23:33 -0700
commitb07423f6e25b30eac037f2527c2d52e04b8f87c2 (patch)
tree5498cdf8076ea2715ab6efb5ad5bd0cd96945a04 /src/input_common
parentMerge pull request #6537 from Morph1984/warnings (diff)
parentCMakeLists: Treat -Wsign-compare as an error on GCC/Clang (diff)
downloadyuzu-b07423f6e25b30eac037f2527c2d52e04b8f87c2.tar.gz
yuzu-b07423f6e25b30eac037f2527c2d52e04b8f87c2.tar.xz
yuzu-b07423f6e25b30eac037f2527c2d52e04b8f87c2.zip
Merge pull request #6566 from Morph1984/sign-compare-as-error
CMakeLists: Treat -Wsign-compare as an error on GCC/Clang
Diffstat (limited to 'src/input_common')
-rw-r--r--src/input_common/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/input_common/CMakeLists.txt b/src/input_common/CMakeLists.txt
index c3423c815..c4283a952 100644
--- a/src/input_common/CMakeLists.txt
+++ b/src/input_common/CMakeLists.txt
@@ -44,10 +44,7 @@ else()
44 -Werror 44 -Werror
45 -Werror=conversion 45 -Werror=conversion
46 -Werror=ignored-qualifiers 46 -Werror=ignored-qualifiers
47 -Werror=implicit-fallthrough
48 -Werror=reorder
49 -Werror=shadow 47 -Werror=shadow
50 -Werror=sign-compare
51 $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter> 48 $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter>
52 $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable> 49 $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable>
53 -Werror=unused-variable 50 -Werror=unused-variable