summaryrefslogtreecommitdiffstats
path: root/test/tattr.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-11-07 20:19:41 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-11-07 20:19:41 (GMT)
commite87cb9148356b581d8ff8a910ea3acc9d549ee7a (patch)
treeb4a8910040dccd553a23fe831b4f5f1e1798071e /test/tattr.c
parent53357538de48331d44345e8b91020c84fc144e9c (diff)
downloadhdf5-e87cb9148356b581d8ff8a910ea3acc9d549ee7a.zip
hdf5-e87cb9148356b581d8ff8a910ea3acc9d549ee7a.tar.gz
hdf5-e87cb9148356b581d8ff8a910ea3acc9d549ee7a.tar.bz2
[svn-r12877] Description:
Clean up more compiler warnings. Tested on: Linux/64 2.6 (chicago2)
Diffstat (limited to 'test/tattr.c')
-rw-r--r--test/tattr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tattr.c b/test/tattr.c
index 969734b..cca4cbf 100644
--- a/test/tattr.c
+++ b/test/tattr.c
@@ -1510,8 +1510,8 @@ test_attr_dtype_shared(hid_t fapl)
int data=8; /* Data to write */
int rdata=0; /* Read read in */
H5G_stat_t statbuf; /* Object's information */
- off_t empty_filesize; /* Size of empty file */
- off_t filesize; /* Size of file after modifications */
+ h5_stat_size_t empty_filesize; /* Size of empty file */
+ h5_stat_size_t filesize; /* Size of file after modifications */
herr_t ret; /* Generic return value */
/* Output message about test being performed */