[svn-r15510] Description:
Clean up warnings & formatting Tested on: Mac OS X/32 10.5.4 (amazon) More tests forthcoming
This commit is contained in:
@@ -1506,7 +1506,7 @@ H5O_remove_empty_chunks(H5F_t *f, H5O_t *oh, hid_t dxpl_id)
|
||||
*/
|
||||
|
||||
/* Free memory for chunk image */
|
||||
H5FL_BLK_FREE(chunk_image, oh->chunk[null_msg->chunkno].image);
|
||||
(void)H5FL_BLK_FREE(chunk_image, oh->chunk[null_msg->chunkno].image);
|
||||
|
||||
/* Remove chunk from list of chunks */
|
||||
if(null_msg->chunkno < (oh->nchunks - 1))
|
||||
|
||||
Reference in New Issue
Block a user