fixed warnings
This commit is contained in:
parent
08f1d2f9e1
commit
ad8504701e
|
@ -295,7 +295,6 @@ void cmExecuteCommand(void *arg, const char *name,
|
|||
int numArgs, const char **args)
|
||||
{
|
||||
cmMakefile *mf = static_cast<cmMakefile *>(arg);
|
||||
std::vector<std::string> args2;
|
||||
cmListFileFunction lff;
|
||||
lff.m_Name = name;
|
||||
for(int i = 0; i < numArgs; ++i)
|
||||
|
|
|
@ -1104,8 +1104,6 @@ void ctest::ProcessDirectory(std::vector<std::string> &passed,
|
|||
int firstTest = 1;
|
||||
long line = 0;
|
||||
|
||||
std::string name;
|
||||
std::vector<std::string> args;
|
||||
cmRegularExpression ireg(this->m_IncludeRegExp.c_str());
|
||||
cmRegularExpression ereg(this->m_ExcludeRegExp.c_str());
|
||||
cmRegularExpression dartStuff("([\t\n ]*<DartMeasurement.*/DartMeasurement[a-zA-Z]*>[\t ]*[\n]*)");
|
||||
|
|
Loading…
Reference in New Issue