summaryrefslogtreecommitdiff
path: root/src/video_core
diff options
context:
space:
mode:
authorGravatar ReinUsesLisp2021-01-15 03:09:30 -0300
committerGravatar ReinUsesLisp2021-01-15 03:09:48 -0300
commit06e0506cb36b951991d41e03eebadba7ae28bc50 (patch)
tree7c2a5c4d324eb90419aeb895d7871ec88bdf97b9 /src/video_core
parentvideo_core: Enforce -Wunused-function (diff)
downloadyuzu-06e0506cb36b951991d41e03eebadba7ae28bc50.tar.gz
yuzu-06e0506cb36b951991d41e03eebadba7ae28bc50.tar.xz
yuzu-06e0506cb36b951991d41e03eebadba7ae28bc50.zip
cmake: Enforce -Wunused-function code-base wide
Diffstat (limited to 'src/video_core')
-rw-r--r--src/video_core/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
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()
314 -Werror=shadow 314 -Werror=shadow
315 -Werror=switch 315 -Werror=switch
316 -Werror=type-limits 316 -Werror=type-limits
317 -Werror=unused-function
318 -Werror=unused-variable 317 -Werror=unused-variable
319 318
320 $<$<CXX_COMPILER_ID:GNU>:-Werror=class-memaccess> 319 $<$<CXX_COMPILER_ID:GNU>:-Werror=class-memaccess>