COMP: fix warning

This commit is contained in:
Bill Hoffman 2005-02-10 08:27:26 -05:00
parent cab47a47a2
commit 52a6bb1bca
1 changed files with 1 additions and 2 deletions

View File

@ -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";