From f7e1da0cfb5d2916bfc1817a03a8557b1f3421a4 Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Tue, 9 Oct 2012 22:32:21 -0500 Subject: [svn-r22877] Description: Changed uint to unsigned so that no hdf5-specific header file is needed. Platform tested: Linux/32 2.6 (jam) - very minor --- c++/test/tattr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c++/test/tattr.cpp b/c++/test/tattr.cpp index 6f7674d..100e725 100644 --- a/c++/test/tattr.cpp +++ b/c++/test/tattr.cpp @@ -985,7 +985,7 @@ static void test_attr_delete() verify_val(num_attrs, 1, "H5File::getNumAttrs", __LINE__, __FILE__); // Verify the name of the only file attribute left - Attribute fattr = fid1.openAttribute((uint)0); + Attribute fattr = fid1.openAttribute((unsigned)0); H5std_string attr_name = fattr.getName(); verify_val(attr_name, FATTR1_NAME, "Attribute::getName", __LINE__, __FILE__); fattr.close(); -- cgit v0.12