dev-embedded/stlink: fix build failure with gcc-14

This commit is contained in:
RokuRokuYon 2025-02-25 18:06:43 +01:00
parent a158d661ce
commit fea0dca991

View file

@ -30,5 +30,5 @@ src_configure() {
-DSTLINK_GENERATE_MANPAGES=ON
)
cmake_src_configure
CFLAGS="${CFLAGS} -Wno-error=calloc-transposed-args" cmake_src_configure
}