From c6384c19b4793f1e18414c8f92780cd80d80c7a8 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Wed, 25 Sep 2002 07:47:02 -0400 Subject: [PATCH] Remove warnings --- Source/WXDialog/cmWXMainFrame.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/WXDialog/cmWXMainFrame.cxx b/Source/WXDialog/cmWXMainFrame.cxx index 3e944ee28..c478f832a 100644 --- a/Source/WXDialog/cmWXMainFrame.cxx +++ b/Source/WXDialog/cmWXMainFrame.cxx @@ -1191,7 +1191,7 @@ void cmMainFrame::ClearCache() } -void cmMainFrame::OnBinarySelected(wxCommandEvent& e) +void cmMainFrame::OnBinarySelected(wxCommandEvent&) { if ( this->BuildDirectoryChanged() ) { @@ -1424,7 +1424,7 @@ void cmMainFrame::OnSourceUpdated(wxCommandEvent& event) this->OnSourceSelected(event); } -void cmMainFrame::OnBinaryUpdated(wxCommandEvent& event) +void cmMainFrame::OnBinaryUpdated(wxCommandEvent&) { if ( this->BuildDirectoryChanged() ) {