Browse Source
GCC8 tries to be more strict with type casting especially with functions so typecast
needs to be redone as it fix:
libtest/thread.hpp:227:13: error: cast between incompatible function types from ‘void (*)(context_st*)’
to ‘libtest::thread::Thread::start_routine_fn’ {aka ‘void* (*)(void*)’} [-Werror=cast-function-type]