[svn-r13446] Eliminated some compilation warnings and errors for VMS

Platforms tested:
	VMS server
This commit is contained in:
Elena Pourmal 2007-03-03 11:37:43 -05:00
parent 3465c529d2
commit 4a9bd487ec
3 changed files with 4 additions and 1 deletions

View File

@ -11,6 +11,7 @@
* is linked from the top-level documents page. It can also be found at *
* http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have *
* access to either file, you may request a copy from help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
/*****************************************************************************
FILE

View File

@ -11,6 +11,7 @@
* is linked from the top-level documents page. It can also be found at *
* http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have *
* access to either file, you may request a copy from help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
/*****************************************************************************
FILE

View File

@ -11,6 +11,7 @@
* is linked from the top-level documents page. It can also be found at *
* http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have *
* access to either file, you may request a copy from help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
/***********************************************************
*
@ -194,7 +195,7 @@ test_vlstrings_basic(void)
str_used+=HDstrlen(wdata[i])+1;
// Compare against the strings actually written.
verify_val(vlsize,(hsize_t)str_used,"DataSet::getVlenBufSize", __LINE__, __FILE__);
verify_val((int)vlsize,str_used,"DataSet::getVlenBufSize", __LINE__, __FILE__);
// Read dataset from disk.
char *rdata[SPACE1_DIM1]; // Information read in