summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/video_core/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt
index f7b9d7f86..25a4b1c5b 100644
--- a/src/video_core/CMakeLists.txt
+++ b/src/video_core/CMakeLists.txt
@@ -312,9 +312,7 @@ else()
312 -Werror=pessimizing-move 312 -Werror=pessimizing-move
313 -Werror=redundant-move 313 -Werror=redundant-move
314 -Werror=shadow 314 -Werror=shadow
315 -Werror=switch
316 -Werror=type-limits 315 -Werror=type-limits
317 -Werror=unused-variable
318 316
319 $<$<CXX_COMPILER_ID:GNU>:-Werror=class-memaccess> 317 $<$<CXX_COMPILER_ID:GNU>:-Werror=class-memaccess>
320 $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter> 318 $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter>