mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
Add statement for label if code unimplemented
This commit is contained in:
parent
9857dc553f
commit
3e816bd089
@ -536,6 +536,7 @@ Java_hdf_hdf5lib_H5_H5Pset_1fapl_1hdfs
|
||||
#endif /* H5_HAVE_LIBHDFS */
|
||||
|
||||
done:
|
||||
/* NOP */;
|
||||
#ifdef H5_HAVE_LIBHDFS
|
||||
if (str)
|
||||
UNPIN_JAVA_STRING(ENVONLY, j_str, str);
|
||||
@ -942,6 +943,7 @@ Java_hdf_hdf5lib_H5_H5Pset_1fapl_1ros3
|
||||
#endif /* H5_HAVE_ROS3_VFD */
|
||||
|
||||
done:
|
||||
/* NOP */;
|
||||
#ifdef H5_HAVE_ROS3_VFD
|
||||
if (str)
|
||||
UNPIN_JAVA_STRING(ENVONLY, j_str, str);
|
||||
|
Loading…
x
Reference in New Issue
Block a user