From 195e4aeb5014c72fe2a1a2323e8e4ec1119e24b0 Mon Sep 17 00:00:00 2001 From: pineappleEA Date: Wed, 13 Jan 2021 09:17:10 +0100 Subject: [PATCH] early-access version 1313 --- README.md | 2 +- src/CMakeLists.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f2b83a9a..fcaf7d3a6 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 1312. +This is the source code for early-access 1313. ## Legal Notice diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 61adbef28..ee6f61f16 100755 --- 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