Silence warning about unused variable.

This commit is contained in:
Bartosz Taudul 2019-06-22 14:04:48 +02:00
parent de953bfaa8
commit 54ae4c84ba

View File

@ -404,6 +404,7 @@ bool View::DrawImpl()
bool keepOpen = true;
bool* keepOpenPtr = nullptr;
(void)keepOpenPtr;
if( !m_staticView )
{
if( !DrawConnection() ) return false;