summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 48ddbef9d..5e3a74c0f 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -115,6 +115,7 @@ else()
115 $<$<CXX_COMPILER_ID:Clang>:-Wno-unused-private-field> 115 $<$<CXX_COMPILER_ID:Clang>:-Wno-unused-private-field>
116 $<$<CXX_COMPILER_ID:Clang>:-Werror=shadow-uncaptured-local> 116 $<$<CXX_COMPILER_ID:Clang>:-Werror=shadow-uncaptured-local>
117 $<$<CXX_COMPILER_ID:Clang>:-Werror=implicit-fallthrough> 117 $<$<CXX_COMPILER_ID:Clang>:-Werror=implicit-fallthrough>
118 $<$<CXX_COMPILER_ID:Clang>:-Werror=type-limits>
118 $<$<CXX_COMPILER_ID:AppleClang>:-Wno-braced-scalar-init> 119 $<$<CXX_COMPILER_ID:AppleClang>:-Wno-braced-scalar-init>
119 $<$<CXX_COMPILER_ID:AppleClang>:-Wno-unused-private-field> 120 $<$<CXX_COMPILER_ID:AppleClang>:-Wno-unused-private-field>
120 ) 121 )