mirror of
https://github.com/wolfpld/tracy
synced 2025-05-01 05:03:53 +00:00
Merge pull request #727 from idbrii/fix-warn-conversion
Fix warning: Cast thread id to uint32_t
This commit is contained in:
commit
a2dd51ae4c
@ -3442,7 +3442,7 @@ bool Profiler::HandleServerQuery()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
SendString( ptr, GetThreadName( ptr ), QueueType::ThreadName );
|
SendString( ptr, GetThreadName( (uint32_t)ptr ), QueueType::ThreadName );
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case ServerQuerySourceLocation:
|
case ServerQuerySourceLocation:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user