summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/video_core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt
index f7b9d7f86..7f3db993c 100644
--- a/src/video_core/CMakeLists.txt
+++ b/src/video_core/CMakeLists.txt
@@ -314,6 +314,7 @@ 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
317 -Werror=unused-variable 318 -Werror=unused-variable
318 319
319 $<$<CXX_COMPILER_ID:GNU>:-Werror=class-memaccess> 320 $<$<CXX_COMPILER_ID:GNU>:-Werror=class-memaccess>