yuzu-src/patches/disable-shadow-error.patch
2020-12-28 15:15:37 +00:00

12 lines
420 B
Diff

diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt
index a021d61f5..15c5dedfb 100644
--- a/src/video_core/CMakeLists.txt
+++ b/src/video_core/CMakeLists.txt
@@ -310,7 +310,6 @@ else()
-Wno-error=sign-conversion
-Werror=pessimizing-move
-Werror=redundant-move
- -Werror=shadow
-Werror=switch
-Werror=type-limits
-Werror=unused-variable