From dd596046fc9e932e37b2b1afccc2f89e30917187 Mon Sep 17 00:00:00 2001 From: Davide Grohmann Date: Tue, 10 May 2022 11:18:56 +0200 Subject: Silence irrelevant compiler notes about GCC ABI incompatibilities There are ABI changes between GCC 6.x and 7.1 that make them incompatible, but that is not relevant here since all software is compiled with only one GCC version. Change-Id: If82f874162404bdedc9c2e93c3a8c7a6d648fde0 --- cmake/toolchain/arm-none-eabi-gcc.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmake/toolchain/arm-none-eabi-gcc.cmake b/cmake/toolchain/arm-none-eabi-gcc.cmake index ec10b2f..ce54cd5 100644 --- a/cmake/toolchain/arm-none-eabi-gcc.cmake +++ b/cmake/toolchain/arm-none-eabi-gcc.cmake @@ -105,4 +105,6 @@ add_compile_options( -Wunused -Wno-redundant-decls + + -Wno-psabi ) -- cgit v1.2.1