summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-04-17 04:06:58 +0200
committerLioncash <mathew1800@gmail.com>2020-04-17 04:07:16 +0200
commitfc5df84581c826525c158c234cefa6c2cf1d84e8 (patch)
treec09650832494d95a942b8563a4fcd7dabe61614d
parentMerge pull request #3673 from lioncash/extra (diff)
downloadyuzu-fc5df84581c826525c158c234cefa6c2cf1d84e8.tar
yuzu-fc5df84581c826525c158c234cefa6c2cf1d84e8.tar.gz
yuzu-fc5df84581c826525c158c234cefa6c2cf1d84e8.tar.bz2
yuzu-fc5df84581c826525c158c234cefa6c2cf1d84e8.tar.lz
yuzu-fc5df84581c826525c158c234cefa6c2cf1d84e8.tar.xz
yuzu-fc5df84581c826525c158c234cefa6c2cf1d84e8.tar.zst
yuzu-fc5df84581c826525c158c234cefa6c2cf1d84e8.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 0913be72c..3719bbc7c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -56,6 +56,7 @@ else()
-Werror=implicit-fallthrough
-Werror=reorder
-Wextra
+ -Wmissing-declarations
-Wno-attributes
-Wno-unused-parameter
)