X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9b59c95b38e05afd7e4abed239ae45d5fcc28645..93bfd481b7f2f0fec50dd79fcab52374aa59ebbb:/src/common/toplvcmn.cpp?ds=sidebyside diff --git a/src/common/toplvcmn.cpp b/src/common/toplvcmn.cpp index 39e785a01c..7dfc0060af 100644 --- a/src/common/toplvcmn.cpp +++ b/src/common/toplvcmn.cpp @@ -265,7 +265,7 @@ void wxTopLevelWindowBase::DoUpdateWindowUI(wxUpdateUIEvent& event) } } -void wxTopLevelWindowBase::RequestUserAttention(int flags) +void wxTopLevelWindowBase::RequestUserAttention(int WXUNUSED(flags)) { // it's probably better than do nothing, isn't it? Raise();