[svn-r12998]

cleaned compiler warning

../../../hdf5/tools/lib/h5diff_array.c:139: warning: declaration of 'per' shadows a global declaration
This commit is contained in:
Pedro Vicente Nunes
2006-11-29 16:34:16 -05:00
parent fc57c3b840
commit 9f43fdd998

View File

@@ -136,7 +136,7 @@ int print_data(diff_opt_t *options)
*/
static
void print_pos( int *ph, /* print header */
int per, /* print percentage */
int pp, /* print percentage */
hsize_t curr_pos,
hsize_t *acc,
hsize_t *pos,
@@ -150,7 +150,7 @@ void print_pos( int *ph, /* print header */
if ( *ph==1 )
{
*ph=0;
if (per)
if (pp)
{
parallel_print("%-15s %-15s %-15s %-15s %-15s\n",
"position",