diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-05-10 15:06:49 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-05-10 15:06:49 (GMT) |
commit | 10a6685aaaf56fd292ffe575106859b012421900 (patch) | |
tree | d320eaa88d197a565bf2f0702f94a9d9dcd002f7 /src | |
parent | 10114bd211127d2d64ba210871938f287bd4c125 (diff) | |
download | hdf5-10a6685aaaf56fd292ffe575106859b012421900.zip hdf5-10a6685aaaf56fd292ffe575106859b012421900.tar.gz hdf5-10a6685aaaf56fd292ffe575106859b012421900.tar.bz2 |
[svn-r13741] Description:
Minor formatting & warning reduction code cleanups
Tested on:
Mac OS X/32 10.4.9 (amazon)
Linux/32 2.6 (chicago)
Linux/64 2.6 (chicago2)
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Aint.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5Aint.c b/src/H5Aint.c index fd1e3cd..9dd40ec 100644 --- a/src/H5Aint.c +++ b/src/H5Aint.c @@ -80,6 +80,9 @@ static herr_t H5A_compact_build_table_cb(H5O_t *oh, H5O_mesg_t *mesg/*in,out*/, unsigned sequence, unsigned *oh_flags_ptr, void *_udata/*in,out*/); static herr_t H5A_dense_build_table_cb(const H5A_t *attr, void *_udata); static int H5A_attr_cmp_name_inc(const void *attr1, const void *attr2); +static int H5A_attr_cmp_name_dec(const void *attr1, const void *attr2); +static int H5A_attr_cmp_corder_inc(const void *attr1, const void *attr2); +static int H5A_attr_cmp_corder_dec(const void *attr1, const void *attr2); static herr_t H5A_attr_sort_table(H5A_attr_table_t *atable, H5_index_t idx_type, H5_iter_order_t order); |