X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9fbc9db0fa0c8f5042e9fbb2e8ee226b6d1033cc..7afb5814119f9524161c57e1d8cc0af6cd0b1314:/src/mac/carbon/mdi.cpp?ds=sidebyside diff --git a/src/mac/carbon/mdi.cpp b/src/mac/carbon/mdi.cpp index ef630d2fc8..324c8b22bb 100644 --- a/src/mac/carbon/mdi.cpp +++ b/src/mac/carbon/mdi.cpp @@ -480,7 +480,7 @@ void wxMDIClientWindow::DoGetClientSize(int *x, int *y) const } // Explicitly call default scroll behaviour -void wxMDIClientWindow::OnScroll(wxScrollEvent& event) +void wxMDIClientWindow::OnScroll(wxScrollEvent& WXUNUSED(event)) { }