ENH: remove warnings from borland 6 compiler

This commit is contained in:
Bill Hoffman
2003-05-29 09:34:06 -04:00
parent cb9e995d0b
commit 0876c19dc8
4 changed files with 2 additions and 5 deletions
-1
View File
@@ -109,7 +109,6 @@ void cmTarget::GenerateSourceFilesFromSourceLists( cmMakefile &mf)
mf.GetSourceExtensions(),
mf.GetHeaderExtensions());
m_SourceFiles.push_back(mf.AddSource(file));
done = 1;
}
}