diff --git a/test/runner-unix.c b/test/runner-unix.c index a9e41135..7dea97f4 100644 --- a/test/runner-unix.c +++ b/test/runner-unix.c @@ -319,7 +319,7 @@ uintptr_t oio_create_thread(void (*entry)(void* arg), void* arg) { return 0; } - return t; + return (uintptr_t)t; }