Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lkl: posix-host: Fix -Wcast-function-type
lib/posix-host.c:189:49: warning: cast between incompatible function types from ‘void (*)(void *)’ to ‘void * (*)(void *)’ [-Wcast-function-type] lib/posix-host.c:270:28: warning: cast between incompatible function types from ‘void (*)(void *)’ to ‘void (*)(union sigval)’ [-Wcast-function-type] Signed-off-by: Andreas Gnau <[email protected]>
- Loading branch information