summaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar bunnei2020-10-20 19:07:39 -0700
committerGravatar GitHub2020-10-20 19:07:39 -0700
commit3d592972dc3fd61cc88771b889eff237e4e03e0f (patch)
tree0dbc65ac86e609ae22087c7be9d4759ac6b73004 /src/core/CMakeLists.txt
parentkernel: Fix build with recent compiler flag changes (diff)
downloadyuzu-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.txt5
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 )
638endif() 637endif()