summaryrefslogtreecommitdiffstats
path: root/src/H5VLiod_client.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-03-07 23:01:08 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-03-07 23:01:08 (GMT)
commit2e2d3e445518286b55e785fce59476165f5022de (patch)
tree49117d731ba0e2464298286865cfaa7fb86be39c /src/H5VLiod_client.c
parentbbe1ca1d395abc7639fe8d113ce6f922344ba4bd (diff)
downloadhdf5-2e2d3e445518286b55e785fce59476165f5022de.zip
hdf5-2e2d3e445518286b55e785fce59476165f5022de.tar.gz
hdf5-2e2d3e445518286b55e785fce59476165f5022de.tar.bz2
[svn-r23340] compiling now!
Diffstat (limited to 'src/H5VLiod_client.c')
-rw-r--r--src/H5VLiod_client.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/H5VLiod_client.c b/src/H5VLiod_client.c
index 39395ee..0346a58 100644
--- a/src/H5VLiod_client.c
+++ b/src/H5VLiod_client.c
@@ -134,7 +134,7 @@ H5VL_iod_request_wait(H5VL_iod_request_t *request)
} /* end H5VL_iod_wait */
herr_t
-H5VL_iod_local_traverse(H5VL_iod_object_t *obj, H5VL_loc_params_t loc_params, const char *name,
+H5VL_iod_local_traverse(H5VL_iod_object_t *obj, H5VL_loc_params_t UNUSED loc_params, const char *name,
iod_obj_id_t *id, iod_handle_t *oh, char **new_name)
{
iod_obj_id_t cur_id;
@@ -225,6 +225,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5VL_iod_local_traverse */
+#if 0
herr_t
H5VL_iod_client_function_shipper_init()
{
@@ -252,3 +253,4 @@ H5VL_iod_client_function_shipper_init()
/* Register function and encoding/decoding functions */
H5VL_FILE_CREATE_ID = IOFSL_SHIPPER_REGISTER(bla_open, bla_open_in_t, bla_open_out_t);
}
+#endif