summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/testRegistry.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-09-20 15:57:25 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-09-20 15:57:25 (GMT)
commite94473037e7fe838b62e9b801aad3ee1ed5b00d7 (patch)
tree5fa688270e7e10366eae87ab2ffed790fbd408f6 /Source/kwsys/testRegistry.cxx
parent0c205dfcc88070c5019f6161269f5436a78f2a1c (diff)
downloadCMake-e94473037e7fe838b62e9b801aad3ee1ed5b00d7.zip
CMake-e94473037e7fe838b62e9b801aad3ee1ed5b00d7.tar.gz
CMake-e94473037e7fe838b62e9b801aad3ee1ed5b00d7.tar.bz2
COMP: remove warning on new HPUX compiler
Diffstat (limited to 'Source/kwsys/testRegistry.cxx')
-rw-r--r--Source/kwsys/testRegistry.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/testRegistry.cxx b/Source/kwsys/testRegistry.cxx
index 86a0211..ffb48a4 100644
--- a/Source/kwsys/testRegistry.cxx
+++ b/Source/kwsys/testRegistry.cxx
@@ -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; \