mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
COMP: fix warning
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user