mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: fix some warnings and cleanup some
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user