summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-07-22 13:13:14 (GMT)
committerGitHub <noreply@github.com>2021-07-22 13:13:14 (GMT)
commit06de43332d80229dbe5f5a1ac4addf3fbc8325f5 (patch)
tree9808c8fe185c9ba90e9650db400e3669eeda6240 /test
parent96b6872a1e7deac7673d31697dafa1f44763ede4 (diff)
downloadhdf5-06de43332d80229dbe5f5a1ac4addf3fbc8325f5.zip
hdf5-06de43332d80229dbe5f5a1ac4addf3fbc8325f5.tar.gz
hdf5-06de43332d80229dbe5f5a1ac4addf3fbc8325f5.tar.bz2
Fixes a couple of warnings: (#849)
- warn_unused_result warnings from h5jamgentest and j5stat_gentest that were triggered by write(2) calls where we didn't check the return value - A missing callback in the NULL VOL connector - A possibly uninitialized property list pointer
Diffstat (limited to 'test')
-rw-r--r--test/null_vol_connector.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/null_vol_connector.c b/test/null_vol_connector.c
index 2b375d8..6555763 100644
--- a/test/null_vol_connector.c
+++ b/test/null_vol_connector.c
@@ -116,6 +116,7 @@ static const H5VL_class_t null_vol_g = {
{
/* introspect_cls */
NULL, /* get_conn_cls */
+ NULL, /* get_cap_flags */
NULL, /* opt_query */
},
{