[cmake-commits] hoffman committed cmMacroCommand.cxx 1.25.2.4 1.25.2.5

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Dec 1 15:32:53 EST 2006


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

Modified Files:
      Tag: CMake-2-4
	cmMacroCommand.cxx 
Log Message:
ENH: fix warning


Index: cmMacroCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmMacroCommand.cxx,v
retrieving revision 1.25.2.4
retrieving revision 1.25.2.5
diff -u -d -r1.25.2.4 -r1.25.2.5
--- cmMacroCommand.cxx	1 Dec 2006 16:04:23 -0000	1.25.2.4
+++ cmMacroCommand.cxx	1 Dec 2006 20:32:48 -0000	1.25.2.5
@@ -235,7 +235,6 @@
       }
     if(!this->Makefile->ExecuteCommand(newLFF))
       {
-      cmListFileArgument arg;
       if(args.size())
         {
         arg.FilePath = args[0].FilePath;



More information about the Cmake-commits mailing list