COMP: fix warning

This commit is contained in:
Bill Hoffman 2008-07-05 09:29:33 -04:00
parent b44ac00240
commit 70662e7f86
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ void cmGlobalGenerator::FindMakeProgram(cmMakefile* mf)
void
cmGlobalGenerator::EnableLanguage(std::vector<std::string>const& languages,
cmMakefile *mf, bool optional)
cmMakefile *mf, bool)
{
if(languages.size() == 0)
{