mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-23 03:12:11 +03:00
Add cast to silence (harmless) conversion warning.
This commit is contained in:
parent
87004d238c
commit
72c587a411
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ thd_start(void *arg)
|
|||
TEST_BEGIN(test_tsd_main_thread)
|
||||
{
|
||||
|
||||
thd_start((void *) 0xa5f3e329);
|
||||
thd_start((void *)(uintptr_t)0xa5f3e329);
|
||||
}
|
||||
TEST_END
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue