summaryrefslogtreecommitdiffstats
path: root/test/tgenprop.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-06-03 14:14:29 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-06-03 14:14:29 (GMT)
commitc34e8ef85220b70d3eeed352b4320710f74f4cf9 (patch)
treea3fa038f07c5d68a11bbabd8849422c2eedffd5c /test/tgenprop.c
parent9e96a8a0d691db8207ea2e6bfca66510e035c312 (diff)
parentfc45d5fcb05fbf1b9ee05a46a25afc6fd6c40503 (diff)
downloadhdf5-c34e8ef85220b70d3eeed352b4320710f74f4cf9.zip
hdf5-c34e8ef85220b70d3eeed352b4320710f74f4cf9.tar.gz
hdf5-c34e8ef85220b70d3eeed352b4320710f74f4cf9.tar.bz2
[svn-r27141] merge from trunk.
Diffstat (limited to 'test/tgenprop.c')
-rw-r--r--test/tgenprop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tgenprop.c b/test/tgenprop.c
index a3f1752..bf4f3fa 100644
--- a/test/tgenprop.c
+++ b/test/tgenprop.c
@@ -385,7 +385,7 @@ test_genprop_cls_crt_cb1(hid_t list_id, void *create_data)
}
static herr_t
-test_genprop_cls_cpy_cb1(hid_t new_list_id, hid_t UNUSED old_list_id, void *copy_data)
+test_genprop_cls_cpy_cb1(hid_t new_list_id, hid_t H5_ATTR_UNUSED old_list_id, void *copy_data)
{
struct { /* Struct for iterations */
int count;
@@ -993,7 +993,7 @@ prop_cb_info prop3_cb_info; /* Callback statistics for property #3 */
**
****************************************************************/
static herr_t
-test_genprop_cls_cpy_cb2(hid_t new_list_id, hid_t UNUSED old_list_id, void *create_data)
+test_genprop_cls_cpy_cb2(hid_t new_list_id, hid_t H5_ATTR_UNUSED old_list_id, void *create_data)
{
struct { /* Struct for iterations */
int count;