diff options
| author | 2021-07-06 11:23:33 -0700 | |
|---|---|---|
| committer | 2021-07-06 11:23:33 -0700 | |
| commit | b07423f6e25b30eac037f2527c2d52e04b8f87c2 (patch) | |
| tree | 5498cdf8076ea2715ab6efb5ad5bd0cd96945a04 /src/audio_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/audio_core')
| -rw-r--r-- | src/audio_core/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/audio_core/CMakeLists.txt b/src/audio_core/CMakeLists.txt index d25a1a645..090dd19b1 100644 --- a/src/audio_core/CMakeLists.txt +++ b/src/audio_core/CMakeLists.txt | |||
| @@ -51,9 +51,6 @@ if (NOT MSVC) | |||
| 51 | target_compile_options(audio_core PRIVATE | 51 | target_compile_options(audio_core PRIVATE |
| 52 | -Werror=conversion | 52 | -Werror=conversion |
| 53 | -Werror=ignored-qualifiers | 53 | -Werror=ignored-qualifiers |
| 54 | -Werror=implicit-fallthrough | ||
| 55 | -Werror=reorder | ||
| 56 | -Werror=sign-compare | ||
| 57 | -Werror=shadow | 54 | -Werror=shadow |
| 58 | -Werror=unused-parameter | 55 | -Werror=unused-parameter |
| 59 | -Werror=unused-variable | 56 | -Werror=unused-variable |