diff --git a/src/generic/propdlg.cpp b/src/generic/propdlg.cpp index d82f8b889c..5de4cacead 100644 --- a/src/generic/propdlg.cpp +++ b/src/generic/propdlg.cpp @@ -101,6 +101,7 @@ void wxPropertySheetDialog::LayoutDialog(int centreFlags) #if defined(__SMARTPHONE__) if (m_bookCtrl) m_bookCtrl->SetFocus(); + wxUnusedVar(centreFlags); #endif }