Remove warnings
This commit is contained in:
parent
66d04692a0
commit
c6384c19b4
|
@ -1191,7 +1191,7 @@ void cmMainFrame::ClearCache()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void cmMainFrame::OnBinarySelected(wxCommandEvent& e)
|
void cmMainFrame::OnBinarySelected(wxCommandEvent&)
|
||||||
{
|
{
|
||||||
if ( this->BuildDirectoryChanged() )
|
if ( this->BuildDirectoryChanged() )
|
||||||
{
|
{
|
||||||
|
@ -1424,7 +1424,7 @@ void cmMainFrame::OnSourceUpdated(wxCommandEvent& event)
|
||||||
this->OnSourceSelected(event);
|
this->OnSourceSelected(event);
|
||||||
}
|
}
|
||||||
|
|
||||||
void cmMainFrame::OnBinaryUpdated(wxCommandEvent& event)
|
void cmMainFrame::OnBinaryUpdated(wxCommandEvent&)
|
||||||
{
|
{
|
||||||
if ( this->BuildDirectoryChanged() )
|
if ( this->BuildDirectoryChanged() )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue