mirror of
https://github.com/triqs/dft_tools
synced 2024-12-23 04:43:42 +01:00
Disable notes about C++ ABI changes when using gcc
This commit is contained in:
parent
a3a49e514a
commit
c2fcb83ac1
@ -112,6 +112,7 @@ target_compile_options(${PROJECT_NAME}_warnings
|
|||||||
-Wpedantic
|
-Wpedantic
|
||||||
-Wno-sign-compare
|
-Wno-sign-compare
|
||||||
$<$<CXX_COMPILER_ID:GNU>:-Wno-comma-subscript>
|
$<$<CXX_COMPILER_ID:GNU>:-Wno-comma-subscript>
|
||||||
|
$<$<CXX_COMPILER_ID:GNU>:-Wno-psabi> # Disable notes about ABI changes
|
||||||
$<$<CXX_COMPILER_ID:GNU>:-Wshadow=local>
|
$<$<CXX_COMPILER_ID:GNU>:-Wshadow=local>
|
||||||
$<$<CXX_COMPILER_ID:GNU>:-Wno-attributes>
|
$<$<CXX_COMPILER_ID:GNU>:-Wno-attributes>
|
||||||
$<$<CXX_COMPILER_ID:GNU>:-Wno-deprecated-declarations>
|
$<$<CXX_COMPILER_ID:GNU>:-Wno-deprecated-declarations>
|
||||||
|
Loading…
Reference in New Issue
Block a user