diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-04-18 14:05:38 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-04-18 14:05:38 (GMT) |
commit | ef9c40754bdf5b5be1bb92e632da5e17a8d6913c (patch) | |
tree | d7066aba588261134019b8e02f381bf4f84d38ca /src/H5Gnode.c | |
parent | 139af5a5177697500b022482dddbf218a420d417 (diff) | |
download | hdf5-ef9c40754bdf5b5be1bb92e632da5e17a8d6913c.zip hdf5-ef9c40754bdf5b5be1bb92e632da5e17a8d6913c.tar.gz hdf5-ef9c40754bdf5b5be1bb92e632da5e17a8d6913c.tar.bz2 |
[svn-r5200] Purpose:
Code Cleanup
Description:
Clean up compiler warnings from the last bunch of checkins
Platforms tested:
FreeBSD 4.5 (sleipnir)
Diffstat (limited to 'src/H5Gnode.c')
-rw-r--r-- | src/H5Gnode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Gnode.c b/src/H5Gnode.c index 99f0211..2662165 100644 --- a/src/H5Gnode.c +++ b/src/H5Gnode.c @@ -94,6 +94,7 @@ H5B_class_t H5B_SNODE[1] = {{ H5G_node_decode_key, /*decode */ H5G_node_encode_key, /*encode */ NULL, /*debug key */ + NULL, /*remove chunks, upon H5Dset_extend call */ }}; /* Interface initialization */ |