diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 5f1699c8..43af6f0d 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -404,6 +404,7 @@ bool View::DrawImpl() bool keepOpen = true; bool* keepOpenPtr = nullptr; + (void)keepOpenPtr; if( !m_staticView ) { if( !DrawConnection() ) return false;