diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 5485afec..ad402984 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -11436,6 +11436,7 @@ void View::DrawStatistics() file = m_worker.GetString( sit->second.file ); line = sit->second.line; } + break; default: assert( false ); break;