mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-07 16:37:56 +08:00
[svn-r12543] Description:
Re-run 'make trace' on this file, so API tracing doesn't issue compiler errors in development builds Tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
This commit is contained in:
parent
529ccc18f5
commit
e5f3e6474a
@ -138,7 +138,7 @@ H5Pset_elink_prefix(hid_t plist_id, const char *prefix)
|
||||
herr_t ret_value = SUCCEED; /* Return value */
|
||||
|
||||
FUNC_ENTER_API(H5Pset_elink_prefix, FAIL)
|
||||
H5TRACE2("e","iz",plist_id,nlinks);
|
||||
H5TRACE2("e","is",plist_id,prefix);
|
||||
|
||||
/* Get the plist structure */
|
||||
if(NULL == (plist = H5P_object_verify(plist_id, H5P_LINK_ACCESS)))
|
||||
@ -176,7 +176,7 @@ H5Pget_elink_prefix(hid_t plist_id, char **prefix)
|
||||
herr_t ret_value = SUCCEED; /* Return value */
|
||||
|
||||
FUNC_ENTER_API(H5Pget_elink_prefix, FAIL)
|
||||
H5TRACE2("e","i*z",plist_id,nlinks);
|
||||
H5TRACE2("e","i*s",plist_id,prefix);
|
||||
|
||||
if(!prefix)
|
||||
HGOTO_ERROR(H5E_ARGS, H5E_BADVALUE, FAIL, "invalid pointer passed in");
|
||||
|
Loading…
Reference in New Issue
Block a user