diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1999-09-30 00:01:55 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1999-09-30 00:01:55 (GMT) |
commit | 72cf03cdbdce7b7bdfcac89c644129ca8ec39463 (patch) | |
tree | 23731a841b5409cff01422dd383366ed8c3687c6 /examples/h5_attribute.c | |
parent | f1917f0754c21298006162c391d6725983ed8649 (diff) | |
download | hdf5-72cf03cdbdce7b7bdfcac89c644129ca8ec39463.zip hdf5-72cf03cdbdce7b7bdfcac89c644129ca8ec39463.tar.gz hdf5-72cf03cdbdce7b7bdfcac89c644129ca8ec39463.tar.bz2 |
[svn-r1694] Fixed various compiler warnings
Diffstat (limited to 'examples/h5_attribute.c')
-rw-r--r-- | examples/h5_attribute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5_attribute.c b/examples/h5_attribute.c index fd41b0d..890cc3e 100644 --- a/examples/h5_attribute.c +++ b/examples/h5_attribute.c @@ -198,7 +198,7 @@ main (void) * Operator function. */ herr_t -attr_info(hid_t loc_id, const char *name, void *opdata) +attr_info(hid_t loc_id, const char *name, void UNUSED *opdata) { hid_t attr, atype, aspace; /* Attribute, datatype and dataspace identifiers */ int rank; |