summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-10-05 20:00:33 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-10-05 20:00:33 (GMT)
commitdf16831eea5ec293d54933d9657f531bc4ffb19d (patch)
tree7593e6fd6d1915b4bf4b1e1cda297fc5e87f9e83 /test
parent4518f8ba2c821712d3c1bfa9e7af2da6b3aafd55 (diff)
downloadhdf5-df16831eea5ec293d54933d9657f531bc4ffb19d.zip
hdf5-df16831eea5ec293d54933d9657f531bc4ffb19d.tar.gz
hdf5-df16831eea5ec293d54933d9657f531bc4ffb19d.tar.bz2
[svn-r19521] Move 'int nerrors = 0' declaration out of '#ifdef' block to match return.
Bring r19520 back from trunk
Diffstat (limited to 'test')
-rw-r--r--test/dt_arith.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dt_arith.c b/test/dt_arith.c
index 5357f52..b718fa6 100644
--- a/test/dt_arith.c
+++ b/test/dt_arith.c
@@ -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