mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Silence warning about unused variable.
This commit is contained in:
parent
de953bfaa8
commit
54ae4c84ba
@ -404,6 +404,7 @@ bool View::DrawImpl()
|
||||
|
||||
bool keepOpen = true;
|
||||
bool* keepOpenPtr = nullptr;
|
||||
(void)keepOpenPtr;
|
||||
if( !m_staticView )
|
||||
{
|
||||
if( !DrawConnection() ) return false;
|
||||
|
Loading…
Reference in New Issue
Block a user