COMP: remove warning on new HPUX compiler

This commit is contained in:
Bill Hoffman 2007-09-20 11:57:25 -04:00
parent 0c205dfcc8
commit e94473037e
1 changed files with 1 additions and 1 deletions

View File

@ -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; \