ERR: Fixed unused variable assignment warning.

This commit is contained in:
Brad King 2004-04-23 08:50:47 -04:00
parent 724019f91c
commit 32a6a8fb0c
1 changed files with 1 additions and 1 deletions

View File

@ -4976,7 +4976,7 @@ void cmCTest::ExpandTestsToRunInformation(int numTests)
return;
}
int start = -1;
int start;
int end = -1;
int stride = -1;
std::string::size_type pos = 0;