diff options
| author | 2020-10-20 19:07:39 -0700 | |
|---|---|---|
| committer | 2020-10-20 19:07:39 -0700 | |
| commit | 3d592972dc3fd61cc88771b889eff237e4e03e0f (patch) | |
| tree | 0dbc65ac86e609ae22087c7be9d4759ac6b73004 /src/core/CMakeLists.txt | |
| parent | kernel: Fix build with recent compiler flag changes (diff) | |
| download | yuzu-3d592972dc3fd61cc88771b889eff237e4e03e0f.tar.gz yuzu-3d592972dc3fd61cc88771b889eff237e4e03e0f.tar.xz yuzu-3d592972dc3fd61cc88771b889eff237e4e03e0f.zip | |
Revert "core: Fix clang build"
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 9dc320f53..b6dc25f6b 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -630,9 +630,8 @@ else() | |||
| 630 | -Werror=implicit-fallthrough | 630 | -Werror=implicit-fallthrough |
| 631 | -Werror=reorder | 631 | -Werror=reorder |
| 632 | -Werror=sign-compare | 632 | -Werror=sign-compare |
| 633 | -Werror=sign-conversion | 633 | -Werror=unused-but-set-parameter |
| 634 | $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter> | 634 | -Werror=unused-but-set-variable |
| 635 | $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable> | ||
| 636 | -Werror=unused-variable | 635 | -Werror=unused-variable |
| 637 | ) | 636 | ) |
| 638 | endif() | 637 | endif() |