mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
The use of a non-static function without a declaration generates a warning for gcc 4.8. Clang-3.4 does not work when compiling for gprof. The executable always generates a segv. Signed-off-by: Mark Charlebois <charlebm@gmail.com>