mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r13446] Eliminated some compilation warnings and errors for VMS
Platforms tested: VMS server
This commit is contained in:
parent
3465c529d2
commit
4a9bd487ec
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user