Skip to content
Snippets Groups Projects
Commit ab579c51 authored by Andy Cedilnik's avatar Andy Cedilnik
Browse files

ERR: Remove warning

parent 23b81b74
No related branches found
No related tags found
No related merge requests found
......@@ -430,8 +430,6 @@ bool cmCTestSubmit::SubmitUsingSCP(
cmsysProcess_SetOption(cp, cmsysProcess_Option_HideWindow, 1);
//cmsysProcess_SetTimeout(cp, timeout);
int retVal = 0;
int problems = 0;
std::vector<cmStdString>::const_iterator it;
......@@ -439,6 +437,8 @@ bool cmCTestSubmit::SubmitUsingSCP(
it != files.end();
it ++ )
{
int retVal;
std::string lfname = localprefix;
cmSystemTools::ConvertToUnixSlashes(lfname);
lfname += "/" + *it;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment