mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
It's Debian, it's always Debian.
/usr/lib/gcc/x86_64-linux-gnu/9/include/cpuid.h:223:1: error: redefinition of ‘unsigned int __get_cpuid_max(unsigned int, unsigned int*)’
In file included from ../../client/TracyProfiler.cpp:108,
from ../../TracyClient.cpp:23:
/usr/lib/gcc/x86_64-linux-gnu/9/include/cpuid.h:223:1: note: ‘unsigned int __get_cpuid_max(unsigned int, unsigned int*)’ previously defined here
This commit is contained in:
parent
80d760d950
commit
7493663e13
@ -618,7 +618,6 @@ void SysTraceGetExternalName( uint64_t thread, const char*& threadName, const ch
|
|||||||
|
|
||||||
# elif defined __linux__
|
# elif defined __linux__
|
||||||
|
|
||||||
# include <cpuid.h>
|
|
||||||
# include <sys/types.h>
|
# include <sys/types.h>
|
||||||
# include <sys/stat.h>
|
# include <sys/stat.h>
|
||||||
# include <sys/wait.h>
|
# include <sys/wait.h>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user