summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2020-12-30 06:58:58 +0100
committerReinUsesLisp <reinuseslisp@airmail.cc>2020-12-30 06:58:58 +0100
commitac2e2ebe97964d5eddeb405d48ba61525660e2c1 (patch)
treecf4a2e1fb62d236a704a66fe153986768e709fa6
parentservice/pcie: Fix invalid initialization argument (diff)
downloadyuzu-ac2e2ebe97964d5eddeb405d48ba61525660e2c1.tar
yuzu-ac2e2ebe97964d5eddeb405d48ba61525660e2c1.tar.gz
yuzu-ac2e2ebe97964d5eddeb405d48ba61525660e2c1.tar.bz2
yuzu-ac2e2ebe97964d5eddeb405d48ba61525660e2c1.tar.lz
yuzu-ac2e2ebe97964d5eddeb405d48ba61525660e2c1.tar.xz
yuzu-ac2e2ebe97964d5eddeb405d48ba61525660e2c1.tar.zst
yuzu-ac2e2ebe97964d5eddeb405d48ba61525660e2c1.zip
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index a22b564d6..8777df751 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -62,6 +62,7 @@ else()
-Werror=implicit-fallthrough
-Werror=missing-declarations
-Werror=reorder
+ -Werror=uninitialized
-Werror=unused-result
-Wextra
-Wmissing-declarations