summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLC <mathew1800@gmail.com>2021-01-15 07:45:01 +0100
committerGitHub <noreply@github.com>2021-01-15 07:45:01 +0100
commit7f37822c744f245887ab3d1b5a1db4e6ecf76f7a (patch)
tree649da14c66e0c4b408be62b63d1369d53ab73ffc
parentMerge pull request #5351 from ReinUsesLisp/vc-unused-functions (diff)
parentcore/cmake: Remove Werror flags already defined code-base wide (diff)
downloadyuzu-7f37822c744f245887ab3d1b5a1db4e6ecf76f7a.tar
yuzu-7f37822c744f245887ab3d1b5a1db4e6ecf76f7a.tar.gz
yuzu-7f37822c744f245887ab3d1b5a1db4e6ecf76f7a.tar.bz2
yuzu-7f37822c744f245887ab3d1b5a1db4e6ecf76f7a.tar.lz
yuzu-7f37822c744f245887ab3d1b5a1db4e6ecf76f7a.tar.xz
yuzu-7f37822c744f245887ab3d1b5a1db4e6ecf76f7a.tar.zst
yuzu-7f37822c744f245887ab3d1b5a1db4e6ecf76f7a.zip
-rw-r--r--src/core/CMakeLists.txt2
-rw-r--r--src/video_core/CMakeLists.txt2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 1b8ad476e..99310dc50 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -643,9 +643,7 @@ else()
-Werror=conversion
-Werror=ignored-qualifiers
-Werror=implicit-fallthrough
- -Werror=reorder
-Werror=sign-compare
- -Werror=unused-variable
$<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter>
$<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable>
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>