some type cast warning fixed

This commit is contained in:
2009-08-14 13:10:18 +00:00
parent 0cb95e9683
commit 3e4028de84
+2 -2
View File
@@ -349,7 +349,7 @@ H5PartWriteStepAttrib (
f,
f->step_gid,
attrib_name,
(const hid_t)attrib_type,
(hid_t)attrib_type,
attrib_value,
attrib_nelem );
}
@@ -391,7 +391,7 @@ H5PartWriteFileAttrib (
f,
f->root_gid,
attrib_name,
(const hid_t)attrib_type,
(hid_t)attrib_type,
attrib_value,
attrib_nelem );
}