summaryrefslogtreecommitdiffstats
path: root/src/H5Onull.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-11-17 22:09:43 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-11-17 22:09:43 (GMT)
commit92a2d15859ed3be404f39fb72a21d0d3e82732da (patch)
treeba6f93cee6beae868bb2f3f7dba5ac2ac9eb463a /src/H5Onull.c
parent7205052027f271177c84f5df4f17df5a8f344294 (diff)
downloadhdf5-92a2d15859ed3be404f39fb72a21d0d3e82732da.zip
hdf5-92a2d15859ed3be404f39fb72a21d0d3e82732da.tar.gz
hdf5-92a2d15859ed3be404f39fb72a21d0d3e82732da.tar.bz2
[svn-r12941] Description:
Clean up warnings assigned to me from today's meeting - still need to tackle the datatype conversion ones... Tested on: FreeBSD/32 4.11 (sleipnir) Linux/32 2.4 (heping) Linux/64 2.4 (mir)
Diffstat (limited to 'src/H5Onull.c')
-rw-r--r--src/H5Onull.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Onull.c b/src/H5Onull.c
index 5240112..e1d1c6f 100644
--- a/src/H5Onull.c
+++ b/src/H5Onull.c
@@ -44,6 +44,7 @@ const H5O_msg_class_t H5O_MSG_NULL[1] = {{
NULL, /*no link method */
NULL, /*no get share method */
NULL, /*no set share method */
+ NULL, /*no is_shared method */
NULL, /*no pre copy native value to file */
NULL, /*no copy native value to file */
NULL, /*no post copy native value to file */