[cmake-commits] hoffman committed cmIfCommand.cxx 1.83 1.84 cmWhileCommand.cxx 1.11 1.12

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Feb 29 21:33:35 EST 2008


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

Modified Files:
	cmIfCommand.cxx cmWhileCommand.cxx 
Log Message:
ENH: fix warnings


Index: cmWhileCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmWhileCommand.cxx,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- cmWhileCommand.cxx	29 Feb 2008 17:18:11 -0000	1.11
+++ cmWhileCommand.cxx	1 Mar 2008 02:33:33 -0000	1.12
@@ -89,7 +89,7 @@
 }
 
 bool cmWhileFunctionBlocker::
-ShouldRemove(const cmListFileFunction& lff, cmMakefile& mf)
+ShouldRemove(const cmListFileFunction& lff, cmMakefile& )
 {
   if(!cmSystemTools::Strucmp(lff.Name.c_str(),"endwhile"))
     {

Index: cmIfCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmIfCommand.cxx,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- cmIfCommand.cxx	29 Feb 2008 17:18:11 -0000	1.83
+++ cmIfCommand.cxx	1 Mar 2008 02:33:33 -0000	1.84
@@ -141,7 +141,7 @@
 }
 
 bool cmIfFunctionBlocker::ShouldRemove(const cmListFileFunction& lff,
-                                       cmMakefile& mf)
+                                       cmMakefile&)
 {
   if (!cmSystemTools::Strucmp(lff.Name.c_str(),"endif"))
     {



More information about the Cmake-commits mailing list