diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-02-10 13:27:26 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-02-10 13:27:26 (GMT) |
commit | 52a6bb1bca5f5a79bac95bf3200b78593d830716 (patch) | |
tree | bfb889f50b78fa7c0d32e2f14f982e01b8d3f56a /Source/cmGlobalKdevelopGenerator.cxx | |
parent | cab47a47a293935a4ea2e109e6efdd5442d876a1 (diff) | |
download | CMake-52a6bb1bca5f5a79bac95bf3200b78593d830716.zip CMake-52a6bb1bca5f5a79bac95bf3200b78593d830716.tar.gz CMake-52a6bb1bca5f5a79bac95bf3200b78593d830716.tar.bz2 |
COMP: fix warning
Diffstat (limited to 'Source/cmGlobalKdevelopGenerator.cxx')
-rw-r--r-- | Source/cmGlobalKdevelopGenerator.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmGlobalKdevelopGenerator.cxx b/Source/cmGlobalKdevelopGenerator.cxx index a53a505..43996ed 100644 --- a/Source/cmGlobalKdevelopGenerator.cxx +++ b/Source/cmGlobalKdevelopGenerator.cxx @@ -94,14 +94,13 @@ void cmGlobalKdevelopGenerator::Generate() } bool cmGlobalKdevelopGenerator -::CreateFilelistFile(cmLocalGenerator* lg, +::CreateFilelistFile(cmLocalGenerator* , std::vector<cmLocalGenerator*>& lgs, const std::string& outputDir, const std::string& projectDirIn, const std::string& projectname, std::string& cmakeFilePattern) { - cmMakefile* mf =lg->GetMakefile(); std::string projectDir = projectDirIn + "/"; std::string filename = outputDir+ "/" + projectname +".kdevelop.filelist"; |