summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-07-27 15:31:17 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-07-27 15:31:17 (GMT)
commit6cc7bca222bce5fb6a074d7b6ffff5d0464b82e1 (patch)
treef5bc5aad4c0b6de22d1f07baf0e295390b7c5b52 /Source/cmLocalUnixMakefileGenerator3.h
parentf85f919dbc37e01f9ef8dfdc9e4db9e413fbf20e (diff)
downloadCMake-6cc7bca222bce5fb6a074d7b6ffff5d0464b82e1.zip
CMake-6cc7bca222bce5fb6a074d7b6ffff5d0464b82e1.tar.gz
CMake-6cc7bca222bce5fb6a074d7b6ffff5d0464b82e1.tar.bz2
ENH: fix some warnings and cleanup some
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h
index 97f7f10..a9f94aa 100644
--- a/Source/cmLocalUnixMakefileGenerator3.h
+++ b/Source/cmLocalUnixMakefileGenerator3.h
@@ -209,7 +209,6 @@ protected:
cmTarget& target,
cmSourceFile& source,
std::vector<std::string>& depends,
- std::string &depMakeFile,
std::ostream &filestr);
// write the depend.make file for an object
@@ -217,14 +216,11 @@ protected:
std::string& obj,
const char *lang,
cmSourceFile& source,
- std::vector<std::string>& depends,
- std::string& depMarkFile);
+ std::vector<std::string>& depends);
// this is used only by WriteObjectDependFile
bool GenerateDependsMakeFile(const std::string& lang,
- const char* objFile,
- std::string& depMakeFile,
- std::string& depMarkFile);
+ const char* objFile);
// return the appropriate depends checker
cmDepends* GetDependsChecker(const std::string& lang,