[svn-r19520] Move 'int nerrors = 0' declaration out of '#ifdef' block to match return.

This commit is contained in:
Allen Byrne 2010-10-05 14:59:28 -05:00
parent e1cd1485b8
commit 33d49072f6

View File

@ -5177,8 +5177,8 @@ run_int_fp_conv(const char *name)
static int
run_fp_int_conv(const char *name)
{
#ifdef H5_FP_TO_INTEGER_OVERFLOW_WORKS
int nerrors = 0;
#ifdef H5_FP_TO_INTEGER_OVERFLOW_WORKS
int test_values;
#ifdef H5_VMS