From fe1bc2853c883255b239d42b3845188d66b3ac87 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 10 Apr 2005 16:45:12 +0000 Subject: [PATCH] unused param warning git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/controls/controls.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/controls/controls.cpp b/samples/controls/controls.cpp index e1a921006c..56a209450e 100644 --- a/samples/controls/controls.cpp +++ b/samples/controls/controls.cpp @@ -1512,7 +1512,7 @@ void MyPanel::OnSpinUpdate( wxSpinEvent &event ) m_text->AppendText(value); } -void MyPanel::OnNewText( wxCommandEvent &event ) +void MyPanel::OnNewText( wxCommandEvent& /* event */) { m_nonWrappingText->SetLabel( wxT("This text is short\nbut still spans\nover three lines.") ); m_wrappingText->SetLabel( wxT("This text is short but will still be wrapped if it is too long.") ); -- 2.47.2