Skip to content

Commit

Permalink
Another batch of warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol committed Nov 27, 2024
1 parent 987690e commit c971eb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/H5FL.c
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,9 @@ H5FL__reg_init(H5FL_reg_head_t *head)
HGOTO_ERROR(H5E_RESOURCE, H5E_CANTUNLOCK, FAIL, "can't unlock list of list's mutex");
#endif /* H5_HAVE_CONCURRENCY */

#ifdef H5_HAVE_CONCURRENCY
done:
#endif /* H5_HAVE_CONCURRENCY */
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5FL__reg_init() */

Expand Down Expand Up @@ -947,7 +949,9 @@ H5FL__blk_init(H5FL_blk_head_t *head)
HGOTO_ERROR(H5E_RESOURCE, H5E_CANTUNLOCK, FAIL, "can't unlock list of list's mutex");
#endif /* H5_HAVE_CONCURRENCY */

#ifdef H5_HAVE_CONCURRENCY
done:
#endif /* H5_HAVE_CONCURRENCY */
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5FL__blk_init() */

Expand Down

0 comments on commit c971eb8

Please sign in to comment.