Warning fix (unused value assignment).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4183,7 +4183,7 @@ bool wxWindowMSW::HandleSize(int WXUNUSED(w), int WXUNUSED(h), WXUINT wParam)
|
||||
break;
|
||||
|
||||
case SIZE_MAXIMIZED:
|
||||
processed = HandleMaximize();
|
||||
/* processed = */ HandleMaximize();
|
||||
// fall through to send a normal size event as well
|
||||
|
||||
case SIZE_RESTORED:
|
||||
|
Reference in New Issue
Block a user