summaryrefslogtreecommitdiffstats
path: root/tools/h5dumptst.c
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-09-29 16:54:00 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-09-29 16:54:00 (GMT)
commitf1917f0754c21298006162c391d6725983ed8649 (patch)
tree38d11d02f409bd6b6cd4062043603c161ea5e71c /tools/h5dumptst.c
parent21b0e20bf7f863af4d0dbdc5e59a787e9e43f5a0 (diff)
downloadhdf5-f1917f0754c21298006162c391d6725983ed8649.zip
hdf5-f1917f0754c21298006162c391d6725983ed8649.tar.gz
hdf5-f1917f0754c21298006162c391d6725983ed8649.tar.bz2
[svn-r1693] removed the last warnings from here
Diffstat (limited to 'tools/h5dumptst.c')
-rw-r--r--tools/h5dumptst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dumptst.c b/tools/h5dumptst.c
index 73c5795..bededf5 100644
--- a/tools/h5dumptst.c
+++ b/tools/h5dumptst.c
@@ -1386,7 +1386,7 @@ void test_objref(void){
/* Create a dataset (inside Group1) */
dataset=H5Dcreate(group,"Dataset1",H5T_STD_U32BE,sid1,H5P_DEFAULT);
- for(tu32=(uint32_t *)wbuf,i=0; i<SPACE1_DIM1; i++)
+ for(tu32=(uint32_t *)((void*)wbuf),i=0; i<SPACE1_DIM1; i++)
*tu32++=i*3;
/* Write selection to disk */