diff --git a/client/TracyProfiler.cpp b/client/TracyProfiler.cpp index 2e7c8a23..bd6331b7 100644 --- a/client/TracyProfiler.cpp +++ b/client/TracyProfiler.cpp @@ -1378,6 +1378,8 @@ void Profiler::Worker() ptr = MemRead( &item.lockName.name ); SendString( ptr, (const char*)ptr, QueueType::CustomStringData ); break; + default: + break; } AppendData( &item, QueueDataSize[idx] ); }