From 3ac88cb5cb2145175e096793944dff91ac45c620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 16 May 2005 15:26:41 +0000 Subject: [PATCH] Warning fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/univ/menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/univ/menu.cpp b/src/univ/menu.cpp index 11215d72a7..ea1a95aa5b 100644 --- a/src/univ/menu.cpp +++ b/src/univ/menu.cpp @@ -142,7 +142,7 @@ public: // when the cursor is inside the popup, which dsables the menu tracking // so override it to do nothing #ifdef __WXMSW__ - void OnIdle(wxIdleEvent& event) { } + void OnIdle(wxIdleEvent& WXUNUSED(event)) { } #endif // get the currently selected item (may be NULL)