mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
COMP: remove warning about unused variable
Alex
This commit is contained in:
@@ -547,7 +547,7 @@ void cmGlobalGenerator::SetLanguageEnabled(const char* l, cmMakefile* mf)
|
||||
this->SetLanguageEnabledMaps(l, mf);
|
||||
}
|
||||
|
||||
void cmGlobalGenerator::SetLanguageEnabledFlag(const char* l, cmMakefile* mf)
|
||||
void cmGlobalGenerator::SetLanguageEnabledFlag(const char* l, cmMakefile*)
|
||||
{
|
||||
this->LanguageEnabled[l] = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user