summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-10-05 19:59:28 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-10-05 19:59:28 (GMT)
commit33d49072f68c68f0de2e364faa26a2669e5bfdd4 (patch)
tree1377ffcdc8696acc1cce494795b89b147dd08b7c /test
parente1cd1485b8bb78b4a99ca4246c522bbaf3c0ed76 (diff)
downloadhdf5-33d49072f68c68f0de2e364faa26a2669e5bfdd4.zip
hdf5-33d49072f68c68f0de2e364faa26a2669e5bfdd4.tar.gz
hdf5-33d49072f68c68f0de2e364faa26a2669e5bfdd4.tar.bz2
[svn-r19520] Move 'int nerrors = 0' declaration out of '#ifdef' block to match return.
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 8d4b65b..413f326 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