diff --git a/client/TracyProfiler.cpp b/client/TracyProfiler.cpp index 8fb145e9..9f9c3c23 100644 --- a/client/TracyProfiler.cpp +++ b/client/TracyProfiler.cpp @@ -1532,7 +1532,7 @@ void Profiler::SendCallstack( int depth, uint64_t thread, const char* skipBefore auto ptr = Callstack( depth ); auto data = (uintptr_t*)ptr; const auto sz = *data++; - int i; + uintptr_t i; for( i=0; i