[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:
Quincey Koziol
2008-08-21 15:30:19 -05:00
parent 5f7de91688
commit f8a796ebfc
97 changed files with 1534 additions and 1525 deletions

View File

@@ -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))