summaryrefslogtreecommitdiffstats
path: root/c++/test/tvlstr.cpp
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2007-03-03 16:37:43 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2007-03-03 16:37:43 (GMT)
commit4a9bd487ec5d8511753e22b60754e2f68e0655ce (patch)
treee539f7f902a2e147163a22a6da153181d8db3eab /c++/test/tvlstr.cpp
parent3465c529d208fde69df8d3e7f99580df3d4addae (diff)
downloadhdf5-4a9bd487ec5d8511753e22b60754e2f68e0655ce.zip
hdf5-4a9bd487ec5d8511753e22b60754e2f68e0655ce.tar.gz
hdf5-4a9bd487ec5d8511753e22b60754e2f68e0655ce.tar.bz2
[svn-r13446] Eliminated some compilation warnings and errors for VMS
Platforms tested: VMS server
Diffstat (limited to 'c++/test/tvlstr.cpp')
-rw-r--r--c++/test/tvlstr.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/c++/test/tvlstr.cpp b/c++/test/tvlstr.cpp
index 2f21bd6..c7211c1 100644
--- a/c++/test/tvlstr.cpp
+++ b/c++/test/tvlstr.cpp
@@ -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