1
0
Эх сурвалжийг харах

COMP: fix warning about unused parameter

Alex
Alexander Neundorf 18 жил өмнө
parent
commit
33e9becd6f

+ 1 - 1
Source/cmGlobalGenerator.cxx

@@ -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)
     {