Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol committed Dec 4, 2024
1 parent 5cbfa4d commit 898a7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5Iint.c
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,7 @@ H5I__iterate_cb(void *_item, void H5_ATTR_UNUSED *_key, void *_udata)
if ((!udata->app_ref) || (info->app_count > 0)) {
H5I_type_t type = udata->obj_type;
void *object;
herr_t cb_ret_val;
herr_t cb_ret_val = FAIL;

/* The stored object pointer might be an H5VL_object_t, in which
* case we'll need to get the wrapped object struct (H5F_t *, etc.).
Expand Down

0 comments on commit 898a7a9

Please sign in to comment.