3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-28 09:48:17 +01:00

Disable notes about C++ ABI changes when using gcc

This commit is contained in:
Nils Wentzell 2024-03-06 10:43:32 -05:00
parent a3a49e514a
commit c2fcb83ac1

View File

@ -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>