COMP: fix warning
This commit is contained in:
parent
b44ac00240
commit
70662e7f86
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue