Fixes to warnings about assigning unused values.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -250,7 +250,7 @@ bool wxControl::MSWOnNotify(int idCtrl,
|
||||
WXLPARAM lParam,
|
||||
WXLPARAM* result)
|
||||
{
|
||||
wxEventType eventType = wxEVT_NULL;
|
||||
wxEventType eventType wxDUMMY_INITIALIZE(wxEVT_NULL);
|
||||
|
||||
NMHDR *hdr = (NMHDR*) lParam;
|
||||
switch ( hdr->code )
|
||||
|
Reference in New Issue
Block a user