diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-07-06 18:48:49 +0200 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-07-06 18:50:09 +0200 |
commit | ebb82b0b8394781622afe132a0779dc25995b47b (patch) | |
tree | 5498cdf8076ea2715ab6efb5ad5bd0cd96945a04 /src/input_common | |
parent | Merge pull request #6537 from Morph1984/warnings (diff) | |
download | yuzu-ebb82b0b8394781622afe132a0779dc25995b47b.tar yuzu-ebb82b0b8394781622afe132a0779dc25995b47b.tar.gz yuzu-ebb82b0b8394781622afe132a0779dc25995b47b.tar.bz2 yuzu-ebb82b0b8394781622afe132a0779dc25995b47b.tar.lz yuzu-ebb82b0b8394781622afe132a0779dc25995b47b.tar.xz yuzu-ebb82b0b8394781622afe132a0779dc25995b47b.tar.zst yuzu-ebb82b0b8394781622afe132a0779dc25995b47b.zip |
Diffstat (limited to 'src/input_common')
-rw-r--r-- | src/input_common/CMakeLists.txt | 3 |
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() -Werror -Werror=conversion -Werror=ignored-qualifiers - -Werror=implicit-fallthrough - -Werror=reorder -Werror=shadow - -Werror=sign-compare $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter> $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable> -Werror=unused-variable |