diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-07-27 15:36:43 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-07-27 15:36:43 (GMT) |
commit | 33efcc442bbe8a2981113861e8f828732b72f127 (patch) | |
tree | 3ea66172120e8ac8dfc54a6fc51da69e4c80d924 /Source/cmLocalUnixMakefileGenerator3.h | |
parent | ccc292e4b0f0d0a5b8cd991b694163cc5b5435a0 (diff) | |
download | CMake-33efcc442bbe8a2981113861e8f828732b72f127.zip CMake-33efcc442bbe8a2981113861e8f828732b72f127.tar.gz CMake-33efcc442bbe8a2981113861e8f828732b72f127.tar.bz2 |
ENH: fix some warnings and cleanup some
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index 1a4fae2..8aa979f 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -285,8 +285,7 @@ protected: std::string& variableName, std::string& variableNameExternal); void WriteTargetDependRule(std::ostream& ruleFileStream, - cmTarget& target, - const std::vector<std::string>& objects); + cmTarget& target); void WriteTargetCleanRule(std::ostream& ruleFileStream, cmTarget& target, const std::vector<std::string>& files); |