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();