mirror of
https://github.com/triqs/dft_tools
synced 2025-04-25 17:54:54 +02:00
[cmake] Add -Wno-gcc-compat to project_warnings target
This commit is contained in:
parent
36a21ee819
commit
5cb8bbf042
@ -82,6 +82,7 @@ target_compile_options(project_warnings
|
||||
-Wshadow
|
||||
-Wpedantic
|
||||
-Wno-sign-compare
|
||||
$<$<CXX_COMPILER_ID:Clang>:-Wno-gcc-compat>
|
||||
)
|
||||
|
||||
# #############
|
||||
|
Loading…
x
Reference in New Issue
Block a user