summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 99310dc50..2f6b22747 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -645,6 +645,7 @@ else()
645 -Werror=implicit-fallthrough 645 -Werror=implicit-fallthrough
646 -Werror=sign-compare 646 -Werror=sign-compare
647 647
648 $<$<CXX_COMPILER_ID:GNU>:-Werror=class-memaccess>
648 $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter> 649 $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-parameter>
649 $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable> 650 $<$<CXX_COMPILER_ID:GNU>:-Werror=unused-but-set-variable>
650 651