diff options
| author | 2021-07-06 11:23:33 -0700 | |
|---|---|---|
| committer | 2021-07-06 11:23:33 -0700 | |
| commit | b07423f6e25b30eac037f2527c2d52e04b8f87c2 (patch) | |
| tree | 5498cdf8076ea2715ab6efb5ad5bd0cd96945a04 /src/core | |
| parent | Merge pull request #6537 from Morph1984/warnings (diff) | |
| parent | CMakeLists: Treat -Wsign-compare as an error on GCC/Clang (diff) | |
| download | yuzu-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/core')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 19b970981..b2b0dbe05 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -667,8 +667,6 @@ else() | |||
| 667 | target_compile_options(core PRIVATE | 667 | target_compile_options(core PRIVATE |
| 668 | -Werror=conversion | 668 | -Werror=conversion |
| 669 | -Werror=ignored-qualifiers | 669 | -Werror=ignored-qualifiers |
| 670 | -Werror=implicit-fallthrough | ||
| 671 | -Werror=sign-compare | ||
| 672 | -Werror=shadow | 670 | -Werror=shadow |
| 673 | 671 | ||
| 674 | $<$<CXX_COMPILER_ID:GNU>:-Werror=class-memaccess> | 672 | $<$<CXX_COMPILER_ID:GNU>:-Werror=class-memaccess> |