Fix compiler warning
This commit is contained in:
parent
cc72a0d1ed
commit
f71ea7f65d
@ -319,7 +319,7 @@ uintptr_t oio_create_thread(void (*entry)(void* arg), void* arg) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
return t;
|
||||
return (uintptr_t)t;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user