From 4a9bd487ec5d8511753e22b60754e2f68e0655ce Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Sat, 3 Mar 2007 11:37:43 -0500 Subject: [svn-r13446] Eliminated some compilation warnings and errors for VMS Platforms tested: VMS server --- c++/test/tcompound.cpp | 1 + c++/test/tfilter.cpp | 1 + c++/test/tvlstr.cpp | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v0.12