From df16831eea5ec293d54933d9657f531bc4ffb19d Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Tue, 5 Oct 2010 15:00:33 -0500 Subject: [svn-r19521] Move 'int nerrors = 0' declaration out of '#ifdef' block to match return. Bring r19520 back from trunk --- test/dt_arith.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12