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