really avoid the compiler warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -496,8 +496,7 @@ void wxToolWindow::CalcResizedRect( wxRect& rect, wxPoint& delta, const wxSize&
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
int avoidCompilerWarning = 0;
|
wxFAIL( _T("what did the cursor hit?") );
|
||||||
wxASSERT(avoidCompilerWarning); // DBG::
|
|
||||||
}
|
}
|
||||||
|
|
||||||
rect.x = left;
|
rect.x = left;
|
||||||
|
Reference in New Issue
Block a user