summaryrefslogtreecommitdiffstats
path: root/src/H5B.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2024-03-10 23:17:49 (GMT)
committerGitHub <noreply@github.com>2024-03-10 23:17:49 (GMT)
commit9bc6c201666aa7fcd7937db7241d4074b67824c9 (patch)
treeef52725207dc59d5723e99195d90cab7ac8a1a53 /src/H5B.c
parent7403f2075781dbaf103b4d90f60695b892bca29f (diff)
downloadhdf5-9bc6c201666aa7fcd7937db7241d4074b67824c9.zip
hdf5-9bc6c201666aa7fcd7937db7241d4074b67824c9.tar.gz
hdf5-9bc6c201666aa7fcd7937db7241d4074b67824c9.tar.bz2
Remove lint comments (#4107)
Diffstat (limited to 'src/H5B.c')
-rw-r--r--src/H5B.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5B.c b/src/H5B.c
index 6032943..041acec 100644
--- a/src/H5B.c
+++ b/src/H5B.c
@@ -250,7 +250,7 @@ done:
} /* end if */
FUNC_LEAVE_NOAPI(ret_value)
-} /* end H5B_create() */ /*lint !e818 Can't make udata a pointer to const */
+} /* end H5B_create() */
/*-------------------------------------------------------------------------
* Function: H5B_find