summaryrefslogtreecommitdiffstats
path: root/src/H5Lpublic.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-08-25 23:43:13 (GMT)
committerGitHub <noreply@github.com>2021-08-25 23:43:13 (GMT)
commit1bf72bee1c9a5b8c9280aadee6e5d940a7a1c1ca (patch)
tree6c3bab304ee5f16a460b2637e0632a6bc7cd7dc6 /src/H5Lpublic.h
parent56dcd1badcc2b7ffacfbc606bda40c86c4812aee (diff)
downloadhdf5-1bf72bee1c9a5b8c9280aadee6e5d940a7a1c1ca.zip
hdf5-1bf72bee1c9a5b8c9280aadee6e5d940a7a1c1ca.tar.gz
hdf5-1bf72bee1c9a5b8c9280aadee6e5d940a7a1c1ca.tar.bz2
Merge clang-tidy changes to public headers (#962)
Diffstat (limited to 'src/H5Lpublic.h')
-rw-r--r--src/H5Lpublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Lpublic.h b/src/H5Lpublic.h
index bf1de86..f82f263 100644
--- a/src/H5Lpublic.h
+++ b/src/H5Lpublic.h
@@ -44,7 +44,7 @@
/**
* \brief Macro to indicate operation occurs on same location
*/
-#define H5L_SAME_LOC (hid_t)0
+#define H5L_SAME_LOC 0 /* (hid_t) */
/**
* \brief Current version of the H5L_class_t struct