summaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
Diffstat (limited to 'java/src')
-rw-r--r--java/src/jni/h5pFCPLImp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/src/jni/h5pFCPLImp.c b/java/src/jni/h5pFCPLImp.c
index 0223e12..304623b 100644
--- a/java/src/jni/h5pFCPLImp.c
+++ b/java/src/jni/h5pFCPLImp.c
@@ -50,9 +50,9 @@ Java_hdf_hdf5lib_H5_H5Pget_1version
UNUSED(clss);
#ifdef H5_NO_DEPRECATED_SYMBOLS
- UNUSED(loc_id);
- UNUSED(name);
- H5_UNIMPLEMENTED(ENVONLY, "H5Aopen_name: not implemented");
+ UNUSED(plist);
+ UNUSED(version_info);
+ H5_UNIMPLEMENTED(ENVONLY, "H5Pget_version: not implemented");
#else
if (NULL == version_info)
H5_NULL_ARGUMENT_ERROR(ENVONLY, "H5Pget_version: version_info input array is NULL");