summaryrefslogtreecommitdiffstats
path: root/Source/WXDialog
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-25 11:47:02 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-25 11:47:02 (GMT)
commitc6384c19b4793f1e18414c8f92780cd80d80c7a8 (patch)
tree9a8c7c87a8a37146288b4339fe78dbfa70ab6343 /Source/WXDialog
parent66d04692a021de593938f1407cd4cffcea6b6d00 (diff)
downloadCMake-c6384c19b4793f1e18414c8f92780cd80d80c7a8.zip
CMake-c6384c19b4793f1e18414c8f92780cd80d80c7a8.tar.gz
CMake-c6384c19b4793f1e18414c8f92780cd80d80c7a8.tar.bz2
Remove warnings
Diffstat (limited to 'Source/WXDialog')
-rw-r--r--Source/WXDialog/cmWXMainFrame.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WXDialog/cmWXMainFrame.cxx b/Source/WXDialog/cmWXMainFrame.cxx
index 3e944ee..c478f83 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() )
{