summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-01-13 07:52:30 +0100
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-01-13 07:57:18 +0100
commit2b98da2ed4b0abb69c36fe99aa2e1efb9cac19f1 (patch)
treee4d8b81becfd9b45ff706b8d61008e4ab9329879
parentMerge pull request #5280 from FearlessTobi/port-5666 (diff)
downloadyuzu-2b98da2ed4b0abb69c36fe99aa2e1efb9cac19f1.tar
yuzu-2b98da2ed4b0abb69c36fe99aa2e1efb9cac19f1.tar.gz
yuzu-2b98da2ed4b0abb69c36fe99aa2e1efb9cac19f1.tar.bz2
yuzu-2b98da2ed4b0abb69c36fe99aa2e1efb9cac19f1.tar.lz
yuzu-2b98da2ed4b0abb69c36fe99aa2e1efb9cac19f1.tar.xz
yuzu-2b98da2ed4b0abb69c36fe99aa2e1efb9cac19f1.tar.zst
yuzu-2b98da2ed4b0abb69c36fe99aa2e1efb9cac19f1.zip
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 61adbef28..ee6f61f16 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -67,8 +67,10 @@ else()
-Werror=implicit-fallthrough
-Werror=missing-declarations
-Werror=reorder
+ -Werror=switch
-Werror=uninitialized
-Werror=unused-result
+ -Werror=unused-variable
-Wextra
-Wmissing-declarations
-Wno-attributes