summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-07-06 20:23:33 +0200
committerGitHub <noreply@github.com>2021-07-06 20:23:33 +0200
commitb07423f6e25b30eac037f2527c2d52e04b8f87c2 (patch)
tree5498cdf8076ea2715ab6efb5ad5bd0cd96945a04 /src/core
parentMerge pull request #6537 from Morph1984/warnings (diff)
parentCMakeLists: Treat -Wsign-compare as an error on GCC/Clang (diff)
downloadyuzu-b07423f6e25b30eac037f2527c2d52e04b8f87c2.tar
yuzu-b07423f6e25b30eac037f2527c2d52e04b8f87c2.tar.gz
yuzu-b07423f6e25b30eac037f2527c2d52e04b8f87c2.tar.bz2
yuzu-b07423f6e25b30eac037f2527c2d52e04b8f87c2.tar.lz
yuzu-b07423f6e25b30eac037f2527c2d52e04b8f87c2.tar.xz
yuzu-b07423f6e25b30eac037f2527c2d52e04b8f87c2.tar.zst
yuzu-b07423f6e25b30eac037f2527c2d52e04b8f87c2.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/CMakeLists.txt2
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()
target_compile_options(core PRIVATE
-Werror=conversion
-Werror=ignored-qualifiers
- -Werror=implicit-fallthrough
- -Werror=sign-compare
-Werror=shadow
$<$<CXX_COMPILER_ID:GNU>:-Werror=class-memaccess>