mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
[svn-r19520] Move 'int nerrors = 0' declaration out of '#ifdef' block to match return.
This commit is contained in:
parent
e1cd1485b8
commit
33d49072f6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user