summaryrefslogtreecommitdiffstats
path: root/test/err_compat.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-07-31 21:31:36 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-07-31 21:31:36 (GMT)
commita42ea0be91c25d90427678d548bcff17b032d2ca (patch)
treed00896d7f1bf6cc2b9696c30d675461ccf00149e /test/err_compat.c
parent0cff4f0d146e6beafa4c6b6d4047e489719670f6 (diff)
parentbeb6f83cfd696e835970091f730a23db31381455 (diff)
downloadhdf5-a42ea0be91c25d90427678d548bcff17b032d2ca.zip
hdf5-a42ea0be91c25d90427678d548bcff17b032d2ca.tar.gz
hdf5-a42ea0be91c25d90427678d548bcff17b032d2ca.tar.bz2
[svn-r25502] merge from trunk.
Diffstat (limited to 'test/err_compat.c')
-rw-r--r--test/err_compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/err_compat.c b/test/err_compat.c
index 346d397..576433e 100644
--- a/test/err_compat.c
+++ b/test/err_compat.c
@@ -40,7 +40,7 @@ const char *FILENAME[] = {
int ipoints2[DIM0][DIM1], icheck2[DIM0][DIM1];
#define DSET_NAME "a_dataset"
-#define FAKE_ID -1
+#define FAKE_ID (hid_t)-1
herr_t custom_print_cb1(int n, H5E_error1_t *err_desc, void* client_data);
herr_t custom_print_cb2(int n, H5E_error2_t *err_desc, void* client_data);