X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3eeefdf9bdc41618a14a8fff96a016004b030e95..899544330f37440c140b72a014c518a911b5b7a4:/src/mac/carbon/msgdlg.cpp diff --git a/src/mac/carbon/msgdlg.cpp b/src/mac/carbon/msgdlg.cpp index ade6197a84..0b4f029de2 100644 --- a/src/mac/carbon/msgdlg.cpp +++ b/src/mac/carbon/msgdlg.cpp @@ -28,7 +28,7 @@ wxMessageDialog::wxMessageDialog(wxWindow *parent, const wxString& message, const wxString& caption, long style, - const wxPoint& pos) + const wxPoint& WXUNUSED(pos)) : wxMessageDialogBase(parent, message, caption, style) { m_yes = _("Yes");