summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2021-01-15 07:36:42 +0100
committerReinUsesLisp <reinuseslisp@airmail.cc>2021-01-15 07:37:34 +0100
commitcc2c3e447f54f7079d5ce35895a2827cde4de089 (patch)
treeffdcc73118bcea89cd0f618b908df822019d4027
parentMerge pull request #5351 from ReinUsesLisp/vc-unused-functions (diff)
downloadyuzu-cc2c3e447f54f7079d5ce35895a2827cde4de089.tar
yuzu-cc2c3e447f54f7079d5ce35895a2827cde4de089.tar.gz
yuzu-cc2c3e447f54f7079d5ce35895a2827cde4de089.tar.bz2
yuzu-cc2c3e447f54f7079d5ce35895a2827cde4de089.tar.lz
yuzu-cc2c3e447f54f7079d5ce35895a2827cde4de089.tar.xz
yuzu-cc2c3e447f54f7079d5ce35895a2827cde4de089.tar.zst
yuzu-cc2c3e447f54f7079d5ce35895a2827cde4de089.zip
-rw-r--r--src/video_core/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt
index f7b9d7f86..25a4b1c5b 100644
--- a/src/video_core/CMakeLists.txt
+++ b/src/video_core/CMakeLists.txt
@@ -312,9 +312,7 @@ else()
-Werror=pessimizing-move
-Werror=redundant-move
-Werror=shadow
- -Werror=switch
-Werror=type-limits
- -Werror=unused-variable
$<$<CXX_COMPILER_ID:GNU>:-Werror=class-memaccess>
$<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter>