From 4ae76072f1a33be41f8ea8ba9171c5470df154a0 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 2 Dec 2001 13:35:04 +0000 Subject: [PATCH] really avoid the compiler warning git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/src/fl/toolwnd.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/src/fl/toolwnd.cpp b/contrib/src/fl/toolwnd.cpp index c59831d2bc..4a97f944ca 100644 --- a/contrib/src/fl/toolwnd.cpp +++ b/contrib/src/fl/toolwnd.cpp @@ -496,8 +496,7 @@ void wxToolWindow::CalcResizedRect( wxRect& rect, wxPoint& delta, const wxSize& } else { - int avoidCompilerWarning = 0; - wxASSERT(avoidCompilerWarning); // DBG:: + wxFAIL( _T("what did the cursor hit?") ); } rect.x = left; -- 2.45.2