mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-30 01:04:36 +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 keepOpen = true;
|
||||||
bool* keepOpenPtr = nullptr;
|
bool* keepOpenPtr = nullptr;
|
||||||
|
(void)keepOpenPtr;
|
||||||
if( !m_staticView )
|
if( !m_staticView )
|
||||||
{
|
{
|
||||||
if( !DrawConnection() ) return false;
|
if( !DrawConnection() ) return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user