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>