From c2fcb83ac1ec556dc1e46c424c85aa9de954d2e0 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Wed, 6 Mar 2024 10:43:32 -0500 Subject: [PATCH] Disable notes about C++ ABI changes when using gcc --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1909be8f..0ab66c79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -112,6 +112,7 @@ target_compile_options(${PROJECT_NAME}_warnings -Wpedantic -Wno-sign-compare $<$:-Wno-comma-subscript> + $<$:-Wno-psabi> # Disable notes about ABI changes $<$:-Wshadow=local> $<$:-Wno-attributes> $<$:-Wno-deprecated-declarations>