From 447fd332c8c554c05fa0bb889a5374a550b33391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?W=C5=82odzimierz=20Skiba?= Date: Wed, 8 Sep 2004 11:18:10 +0000 Subject: [PATCH] Warning fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/toplvcmn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();