summaryrefslogtreecommitdiffstats
path: root/src/H5Tfields.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Tfields.c')
-rw-r--r--src/H5Tfields.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Tfields.c b/src/H5Tfields.c
index dc839ba..55289f6 100644
--- a/src/H5Tfields.c
+++ b/src/H5Tfields.c
@@ -177,7 +177,7 @@ H5T__get_member_name(H5T_t const *dt, unsigned membno)
case H5T_NCLASSES:
default:
HGOTO_ERROR(H5E_ARGS, H5E_BADTYPE, NULL, "operation not supported for type class");
- } /*lint !e788 All appropriate cases are covered */
+ }
done:
FUNC_LEAVE_NOAPI(ret_value)
@@ -237,7 +237,7 @@ H5Tget_member_index(hid_t type_id, const char *name)
case H5T_NCLASSES:
default:
HGOTO_ERROR(H5E_ARGS, H5E_BADTYPE, FAIL, "operation not supported for this type");
- } /*lint !e788 All appropriate cases are covered */
+ }
done:
FUNC_LEAVE_API(ret_value)