Fixed warnings

This commit is contained in:
Robert Osfield
2018-03-19 10:42:09 +00:00
parent b7147ff532
commit b38a37c3bb
3 changed files with 4 additions and 2 deletions

View File

@@ -208,7 +208,7 @@ void OSGCanvas::OnKeyUp(wxKeyEvent &event)
// event.Skip() to allow processing to continue.
}
void OSGCanvas::OnMouseEnter(wxMouseEvent &event)
void OSGCanvas::OnMouseEnter(wxMouseEvent & /*event*/)
{
// Set focus to ourselves, so keyboard events get directed to us
SetFocus();