mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
GetHex() is only used on ARM linux.
This commit is contained in:
parent
6866d8f429
commit
b696f1b466
@ -270,6 +270,7 @@ static const char* GetProcessName()
|
||||
return processName;
|
||||
}
|
||||
|
||||
#if defined __linux__ && defined __ARM_ARCH
|
||||
static uint32_t GetHex( char*& ptr, int skip )
|
||||
{
|
||||
uint32_t ret;
|
||||
@ -287,6 +288,7 @@ static uint32_t GetHex( char*& ptr, int skip )
|
||||
ptr = end;
|
||||
return ret;
|
||||
}
|
||||
#endif
|
||||
|
||||
static const char* GetHostInfo()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user