From 80aee07340706e9bc8973694b5e533c1b7bd5a8b Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 2 Jul 2002 07:32:20 -0500 Subject: [svn-r5753] Purpose: Code cleanup Description: Update format for printf Platforms tested: IRIX64 6.5 (modi4) w/parallel --- src/H5Smpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5Smpio.c b/src/H5Smpio.c index 0c20ece..9eafea0 100644 --- a/src/H5Smpio.c +++ b/src/H5Smpio.c @@ -341,7 +341,7 @@ H5S_mpio_hyper_type( const H5S_t *space, size_t elmt_size, hbool_t UNUSED prefer * Construct contig type for inner contig dims: *******************************************************/ #ifdef H5Smpi_DEBUG - fprintf(stdout, "hyper_type: Making contig type %d MPI_BYTEs\n", elmt_size ); + fprintf(stdout, "hyper_type: Making contig type %u MPI_BYTEs\n", (unsigned)elmt_size ); for (i=new_rank-1; i>=0; --i) { HDfprintf(stdout, "d[%d].xtent=%Hu \n", i, d[i].xtent); } -- cgit v0.12