ENH: fix some warnings and cleanup some

This commit is contained in:
Ken Martin
2005-07-27 11:33:39 -04:00
parent 6cc7bca222
commit ccc292e4b0
2 changed files with 3 additions and 9 deletions

View File

@@ -212,10 +212,7 @@ protected:
std::ostream &filestr);
// write the depend.make file for an object
void WriteObjectDependRules(std::ostream& ruleFileStream,
std::string& obj,
const char *lang,
cmSourceFile& source,
void WriteObjectDependRules(cmSourceFile& source,
std::vector<std::string>& depends);
// this is used only by WriteObjectDependFile