Commit b244a74
committed
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]>1 parent 27aab0b commit b244a74
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| |||
0 commit comments