[cmake-commits] hoffman committed testRegistry.cxx 1.6 1.7

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Sep 20 11:57:27 EDT 2007


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

Modified Files:
	testRegistry.cxx 
Log Message:
COMP: remove warning on new HPUX compiler


Index: testRegistry.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/testRegistry.cxx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- testRegistry.cxx	3 Mar 2007 15:47:04 -0000	1.6
+++ testRegistry.cxx	20 Sep 2007 15:57:25 -0000	1.7
@@ -36,7 +36,7 @@
   kwsys_ios::cout << "Error in: " << #x << kwsys_ios::endl;           \
   }
 
-#define CHE(x,y,res) if ( x && y && strcmp(x,y) )                 \
+#define CHE(x,y,res) if ( x && strcmp(x,y) )                 \
   {                                                     \
   res = 1;                                              \
   kwsys_ios::cout << "Error, " << x << " != " << y << kwsys_ios::endl;        \



More information about the Cmake-commits mailing list