mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-15 01:16:23 +03:00
Add cast to silence (harmless) conversion warning.
This commit is contained in:
parent
48d4adfbeb
commit
17aa187f6b
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