summaryrefslogtreecommitdiffstats
path: root/c++/test/tobject.cpp
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-04-23 19:32:29 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-04-27 16:04:55 (GMT)
commitf965a24db12e6eee42e214742ddc7eb374eee06c (patch)
tree4f81f732d9b46b1d278dff9f9bced7318d85bd9f /c++/test/tobject.cpp
parent1862abdd0512d4f2505b3807fedd20f6ccedb31f (diff)
downloadhdf5-f965a24db12e6eee42e214742ddc7eb374eee06c.zip
hdf5-f965a24db12e6eee42e214742ddc7eb374eee06c.tar.gz
hdf5-f965a24db12e6eee42e214742ddc7eb374eee06c.tar.bz2
TRILAB-244 separate CXX warnings and errors from C
Diffstat (limited to 'c++/test/tobject.cpp')
-rw-r--r--c++/test/tobject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/test/tobject.cpp b/c++/test/tobject.cpp
index 232ece2..138c4ca 100644
--- a/c++/test/tobject.cpp
+++ b/c++/test/tobject.cpp
@@ -430,7 +430,6 @@ const H5std_string DSETNAME("dataset");
static void test_open_object_header()
{
hsize_t dims[2];
- H5G_info_t ginfo; /* Group info struct */
// Output message about test being performed
SUBTEST("Group::getObjId");
@@ -485,6 +484,7 @@ static void test_open_object_header()
dset.setId(obj_dset);
dspace = dset.getSpace();
bool is_simple = dspace.isSimple();
+ verify_val(is_simple, true, "isSimple", __LINE__, __FILE__);
dspace.close();
// Open datatype object from the group