From 47943d6a86dc49a883f2905eb74e320632f1084d Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 21 Aug 2018 01:24:00 +0200 Subject: [PATCH] Use proper type. --- client/TracyProfiler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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