mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-10 22:59:38 +08:00
6b17795aa4
GCC 14.3.0 emits `-Wstringop-overflow` when `RtcmTest::buildRawFrame()` is optimized and inlined. This change marks the helper `noinline` to keep it out of that optimization path. Preserves the existing logic and only changes how the compiler emits the test helper. Fixes https://github.com/PX4/PX4-Autopilot/issues/26875 Signed-off-by: Onur Özkan <work@onurozkan.dev>