You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: cast between incompatible function types from 'void ()(int, char)' to 'main_t' {aka 'int ()(int, char**)'} [-Werror=cast-function-type]
(main_t)&PX4IO::task_main_trampoline,
^~~~~~~~~~~~~~~~~~~~
compilation terminated due to -Wfatal-errors.
cc1plus: all warnings being treated as errors
compilation terminated due to -Wfatal-errors.
cc1plus: all warnings being treated as errors
The text was updated successfully, but these errors were encountered:
error: cast between incompatible function types from 'void ()(int, char)' to 'main_t' {aka 'int ()(int, char**)'} [-Werror=cast-function-type]
(main_t)&PX4IO::task_main_trampoline,
^~~~~~~~~~~~~~~~~~~~
compilation terminated due to -Wfatal-errors.
cc1plus: all warnings being treated as errors
compilation terminated due to -Wfatal-errors.
cc1plus: all warnings being treated as errors
The text was updated successfully, but these errors were encountered: