mirror of
https://github.com/triqs/dft_tools
synced 2024-12-22 20:34:38 +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
|
||||
-Wno-sign-compare
|
||||
$<$<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>:-Wno-attributes>
|
||||
$<$<CXX_COMPILER_ID:GNU>:-Wno-deprecated-declarations>
|
||||
|
Loading…
Reference in New Issue
Block a user