fixing warning in osx core and carbon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1516,6 +1516,15 @@ void wxApp::MacCreateKeyEvent( wxKeyEvent& event, wxWindow* focus , long keymess
|
||||
event.m_y = wherey;
|
||||
event.SetTimestamp(when);
|
||||
event.SetEventObject(focus);
|
||||
#else
|
||||
wxUnusedVar(event);
|
||||
wxUnusedVar(focus);
|
||||
wxUnusedVar(keymessage);
|
||||
wxUnusedVar(modifiers);
|
||||
wxUnusedVar(when);
|
||||
wxUnusedVar(wherex);
|
||||
wxUnusedVar(wherey);
|
||||
wxUnusedVar(uniChar);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user