COMP: fix warning about unused parameter

Alex
This commit is contained in:
Alexander Neundorf 2007-06-28 15:28:00 -04:00
parent 151d55557e
commit 33e9becd6f
1 changed files with 1 additions and 1 deletions

View File

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