X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/999836aacade840a5d9a0cbb5fad7b1d4de62c93..e9cece45b96f74bc6b03a90eff76adc271ccb8ea:/src/generic/vlbox.cpp?ds=sidebyside diff --git a/src/generic/vlbox.cpp b/src/generic/vlbox.cpp index 0b978eaaef..50a484eec6 100644 --- a/src/generic/vlbox.cpp +++ b/src/generic/vlbox.cpp @@ -540,6 +540,7 @@ void wxVListBox::OnKeyDown(wxKeyEvent& event) default: event.Skip(); current = 0; // just to silent the stupid compiler warnings + wxUnusedVar(current); return; }