fix more Borland release build warnings about unused variable/code without effect
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3423,12 +3423,12 @@ WXLRESULT wxWindowMSW::MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM l
|
||||
rc.result = MSWDefWindowProc(message, wParam, lParam);
|
||||
processed = true;
|
||||
|
||||
// now alter the client size making room for drawing a themed border
|
||||
NCCALCSIZE_PARAMS *csparam = NULL;
|
||||
// now alter the client size making room for drawing a
|
||||
// themed border
|
||||
RECT *rect;
|
||||
if ( wParam )
|
||||
{
|
||||
csparam = (NCCALCSIZE_PARAMS *)lParam;
|
||||
NCCALCSIZE_PARAMS *csparam = (NCCALCSIZE_PARAMS *)lParam;
|
||||
rect = &csparam->rgrc[0];
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user