Skip to content

Commit b1bd0de

Browse files
committed
Merge remote-tracking branch 'app4triqs-remote/unstable' into 1.2.x
2 parents a68420c + 1320dda commit b1bd0de

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

CMakeLists.txt

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -86,18 +86,14 @@ target_compile_options(${PROJECT_NAME}_warnings
8686
$<$<CXX_COMPILER_ID:GNU>:-Wno-comma-subscript>
8787
$<$<CXX_COMPILER_ID:GNU>:-Wshadow=local>
8888
$<$<CXX_COMPILER_ID:GNU>:-Wno-attributes>
89-
$<$<CXX_COMPILER_ID:Clang,IntelLLVM>:-Wno-deprecated-comma-subscript>
90-
$<$<CXX_COMPILER_ID:Clang,IntelLLVM>:-Wno-unknown-warning-option>
91-
$<$<CXX_COMPILER_ID:Clang,IntelLLVM>:-Wshadow>
92-
$<$<CXX_COMPILER_ID:Clang,IntelLLVM>:-Wno-gcc-compat>
93-
$<$<CXX_COMPILER_ID:Clang,IntelLLVM>:-Wno-c++20-extensions>
94-
$<$<CXX_COMPILER_ID:Clang,IntelLLVM>:-Wno-c++20-compat>
95-
$<$<CXX_COMPILER_ID:AppleClang>:-Wno-deprecated-comma-subscript>
96-
$<$<CXX_COMPILER_ID:AppleClang>:-Wno-unknown-warning-option>
97-
$<$<CXX_COMPILER_ID:AppleClang>:-Wshadow>
98-
$<$<CXX_COMPILER_ID:AppleClang>:-Wno-gcc-compat>
99-
$<$<CXX_COMPILER_ID:AppleClang>:-Wno-c++20-extensions>
100-
$<$<CXX_COMPILER_ID:AppleClang>:-Wno-c++20-compat>
89+
$<$<CXX_COMPILER_ID:GNU>:-Wno-deprecated-declarations>
90+
$<$<CXX_COMPILER_ID:AppleClang,Clang,IntelLLVM>:-Wno-deprecated-comma-subscript>
91+
$<$<CXX_COMPILER_ID:AppleClang,Clang,IntelLLVM>:-Wno-unknown-warning-option>
92+
$<$<CXX_COMPILER_ID:AppleClang,Clang,IntelLLVM>:-Wshadow>
93+
$<$<CXX_COMPILER_ID:AppleClang,Clang,IntelLLVM>:-Wno-gcc-compat>
94+
$<$<CXX_COMPILER_ID:AppleClang,Clang,IntelLLVM>:-Wno-c++20-extensions>
95+
$<$<CXX_COMPILER_ID:AppleClang,Clang,IntelLLVM>:-Wno-c++20-compat>
96+
$<$<CXX_COMPILER_ID:IntelLLVM>:-Wno-tautological-constant-compare>
10197
)
10298

10399
# ---------------------------------

0 commit comments

Comments
 (0)