summaryrefslogtreecommitdiffstats
path: root/examples/h5_attribute.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/h5_attribute.c')
-rw-r--r--examples/h5_attribute.c2
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;