summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-07-27 15:33:39 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-07-27 15:33:39 (GMT)
commitccc292e4b0f0d0a5b8cd991b694163cc5b5435a0 (patch)
treeba7911db529d948df8baa1016f74ce8c51041291 /Source/cmLocalUnixMakefileGenerator3.h
parent6cc7bca222bce5fb6a074d7b6ffff5d0464b82e1 (diff)
downloadCMake-ccc292e4b0f0d0a5b8cd991b694163cc5b5435a0.zip
CMake-ccc292e4b0f0d0a5b8cd991b694163cc5b5435a0.tar.gz
CMake-ccc292e4b0f0d0a5b8cd991b694163cc5b5435a0.tar.bz2
ENH: fix some warnings and cleanup some
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h
index a9f94aa..1a4fae2 100644
--- a/Source/cmLocalUnixMakefileGenerator3.h
+++ b/Source/cmLocalUnixMakefileGenerator3.h
@@ -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