mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
COMP: fix a warning
This commit is contained in:
@@ -75,7 +75,6 @@ bool cmSetTestsPropertiesCommand::InitialPass(
|
||||
}
|
||||
|
||||
|
||||
std::vector<cmTest*> &tests = *this->Makefile->GetTests();
|
||||
// now loop over all the targets
|
||||
int i;
|
||||
for(i = 0; i < numFiles; ++i)
|
||||
|
||||
Reference in New Issue
Block a user