From 8d3da64e230530e172f30840a60c312498f49cd8 Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Sun, 20 Mar 2005 09:15:39 -0500 Subject: [svn-r10243] Purpose: Minor bug fix Description: Removed a redefinition of a variable. Platforms: Linux 2.4 (heping) - very minor --- c++/test/tattr.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/c++/test/tattr.cpp b/c++/test/tattr.cpp index 48b95b1..525cf39 100644 --- a/c++/test/tattr.cpp +++ b/c++/test/tattr.cpp @@ -294,6 +294,8 @@ test_attr_rename(void) static void test_attr_basic_read(void) { + int i, j; + // Output message about test being performed MESSAGE(5, ("Testing Basic Attribute Reading Functions\n")); @@ -316,7 +318,7 @@ test_attr_basic_read(void) ds_attr.read(PredType::NATIVE_INT, &read_data1); // Verify values read in - for(int i=0; i