mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 09:10:35 +08:00
ca88251124
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>