diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2007-03-03 16:37:43 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2007-03-03 16:37:43 (GMT) |
commit | 4a9bd487ec5d8511753e22b60754e2f68e0655ce (patch) | |
tree | e539f7f902a2e147163a22a6da153181d8db3eab /c++ | |
parent | 3465c529d208fde69df8d3e7f99580df3d4addae (diff) | |
download | hdf5-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++')
-rw-r--r-- | c++/test/tcompound.cpp | 1 | ||||
-rw-r--r-- | c++/test/tfilter.cpp | 1 | ||||
-rw-r--r-- | c++/test/tvlstr.cpp | 3 |
3 files changed, 4 insertions, 1 deletions
diff --git a/c++/test/tcompound.cpp b/c++/test/tcompound.cpp index 350ec71..133343f 100644 --- a/c++/test/tcompound.cpp +++ b/c++/test/tcompound.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. * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * / /***************************************************************************** FILE diff --git a/c++/test/tfilter.cpp b/c++/test/tfilter.cpp index 56fc999..bf248e7 100644 --- a/c++/test/tfilter.cpp +++ b/c++/test/tfilter.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. * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * / /***************************************************************************** FILE 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 |