compiler warning
This commit is contained in:
parent
a77f9f0715
commit
f7ec3c2a76
|
@ -989,7 +989,7 @@ void cmCursesMainForm::HandleInput()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void cmCursesMainForm::LoadCache(const char *dir)
|
void cmCursesMainForm::LoadCache(const char *)
|
||||||
|
|
||||||
{
|
{
|
||||||
m_CMakeInstance->LoadCache();
|
m_CMakeInstance->LoadCache();
|
||||||
|
|
|
@ -30,7 +30,6 @@ bool cmWriteFileCommand::InitialPass(std::vector<std::string> const& argsIn)
|
||||||
std::string message;
|
std::string message;
|
||||||
std::vector<std::string>::const_iterator i = args.begin();
|
std::vector<std::string>::const_iterator i = args.begin();
|
||||||
|
|
||||||
bool send_error = false;
|
|
||||||
std::string fileName = *i;
|
std::string fileName = *i;
|
||||||
i++;
|
i++;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue