From 06e0506cb36b951991d41e03eebadba7ae28bc50 Mon Sep 17 00:00:00 2001 From: ReinUsesLisp Date: Fri, 15 Jan 2021 03:09:30 -0300 Subject: cmake: Enforce -Wunused-function code-base wide --- src/video_core/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'src/video_core/CMakeLists.txt') diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index 7f3db993c..f7b9d7f86 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -314,7 +314,6 @@ else() -Werror=shadow -Werror=switch -Werror=type-limits - -Werror=unused-function -Werror=unused-variable $<$:-Werror=class-memaccess> -- cgit v1.2.3