summaryrefslogtreecommitdiffstats
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-07-06 18:48:49 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-07-06 18:50:09 +0200
commitebb82b0b8394781622afe132a0779dc25995b47b (patch)
tree5498cdf8076ea2715ab6efb5ad5bd0cd96945a04 /src/core/CMakeLists.txt
parentMerge pull request #6537 from Morph1984/warnings (diff)
downloadyuzu-ebb82b0b8394781622afe132a0779dc25995b47b.tar
yuzu-ebb82b0b8394781622afe132a0779dc25995b47b.tar.gz
yuzu-ebb82b0b8394781622afe132a0779dc25995b47b.tar.bz2
yuzu-ebb82b0b8394781622afe132a0779dc25995b47b.tar.lz
yuzu-ebb82b0b8394781622afe132a0779dc25995b47b.tar.xz
yuzu-ebb82b0b8394781622afe132a0779dc25995b47b.tar.zst
yuzu-ebb82b0b8394781622afe132a0779dc25995b47b.zip
Diffstat (limited to 'src/core/CMakeLists.txt')
-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>