[cmake-commits] hoffman committed cmGlobalXCodeGenerator.cxx 1.129 1.130 cmLocalGenerator.cxx 1.173 1.174

cmake-commits at cmake.org cmake-commits at cmake.org
Sat Feb 17 08:38:43 EST 2007


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

Modified Files:
	cmGlobalXCodeGenerator.cxx cmLocalGenerator.cxx 
Log Message:
ENH: remove warnings and debug statement


Index: cmGlobalXCodeGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalXCodeGenerator.cxx,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -d -r1.129 -r1.130
--- cmGlobalXCodeGenerator.cxx	16 Feb 2007 21:12:16 -0000	1.129
+++ cmGlobalXCodeGenerator.cxx	17 Feb 2007 13:38:40 -0000	1.130
@@ -130,14 +130,10 @@
       mf->GetDefinition("CMAKE_OSX_SYSROOT");
   if(osxArch && sysroot)
     {
-    std::cerr <<"EnableLanguage archs\n";
     this->Architectures.clear();
     cmSystemTools::ExpandListArgument(std::string(osxArch),
                                       this->Architectures);
     }
-  else
-    std::cerr <<"no EnableLanguage archs\n";
-
 }
 
 //----------------------------------------------------------------------------

Index: cmLocalGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalGenerator.cxx,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -d -r1.173 -r1.174
--- cmLocalGenerator.cxx	16 Feb 2007 21:12:16 -0000	1.173
+++ cmLocalGenerator.cxx	17 Feb 2007 13:38:41 -0000	1.174
@@ -2400,9 +2400,9 @@
   return std::string(&arg[0]);
 }
 void 
-cmLocalGenerator::GetTargetObjectFileDirectories(cmTarget* target,
+cmLocalGenerator::GetTargetObjectFileDirectories(cmTarget* ,
                                                  std::vector<std::string>& 
-                                                 dirs)
+                                                 )
 {
   cmSystemTools::Error("GetTargetObjectFileDirectories called on cmLocalGenerator");
 }



More information about the Cmake-commits mailing list