fixed warning

This commit is contained in:
Ken Martin 2002-09-14 08:47:56 -04:00
parent 99a1749712
commit 021a1c3071
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ cmLocalGenerator *cmGlobalGenerator::CreateLocalGenerator()
}
void cmGlobalGenerator::EnableLanguagesFromGenerator(cmGlobalGenerator *gen,
cmMakefile *mf)
cmMakefile *)
{
// create a temp generator
cmLocalGenerator *lg = this->CreateLocalGenerator();