[cmake-commits] alex committed cmGlobalGenerator.cxx 1.184 1.185

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jun 12 08:23:26 EDT 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv21367

Modified Files:
	cmGlobalGenerator.cxx 
Log Message:

COMP: remove warning about unused variable

Alex


Index: cmGlobalGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalGenerator.cxx,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -d -r1.184 -r1.185
--- cmGlobalGenerator.cxx	11 Jun 2007 19:47:35 -0000	1.184
+++ cmGlobalGenerator.cxx	12 Jun 2007 12:23:24 -0000	1.185
@@ -547,7 +547,7 @@
   this->SetLanguageEnabledMaps(l, mf);
 }
 
-void cmGlobalGenerator::SetLanguageEnabledFlag(const char* l, cmMakefile* mf)
+void cmGlobalGenerator::SetLanguageEnabledFlag(const char* l, cmMakefile*)
 {
   this->LanguageEnabled[l] = true;
 }



More information about the Cmake-commits mailing list