mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-18 03:40:35 +08:00
b28bfce186
GCC output: implicit conversion from ‘float’ to ‘double’ to match other operand of binary expression [-Werror=double-promotion] It seems gcc 6.1.1 uses the float variant of fabs, whereas older gcc's use the double version. This makes it compile for both.