diff options
-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 |