From 33d49072f68c68f0de2e364faa26a2669e5bfdd4 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Tue, 5 Oct 2010 14:59:28 -0500 Subject: [svn-r19520] Move 'int nerrors = 0' declaration out of '#ifdef' block to match return. --- 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 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 -- cgit v0.12