diff options
Diffstat (limited to 'src/H5Dconv.c')
-rw-r--r-- | src/H5Dconv.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Dconv.c b/src/H5Dconv.c index 25ff762..5f9ee36 100644 --- a/src/H5Dconv.c +++ b/src/H5Dconv.c @@ -117,7 +117,8 @@ herr_t H5D_convert_buf(void *dst, const void *src, uintn len, uintn size) break; default: - HGOTO_ERROR(H5E_INTERNAL, H5E_UNSUPPORTED, FAIL); + HGOTO_ERROR(H5E_INTERNAL, H5E_UNSUPPORTED, FAIL, + "not implemented yet"); } /* end switch */ done: |