[svn-r15462] Description:

Correct compiler warnings from Visual Studio.

Tested on:
    Mac OS X/32 10.5.4 (amazon) w/FORTRAN & C++
    (Too minor to require full h5committest)
This commit is contained in:
Quincey Koziol
2008-08-12 07:46:40 -05:00
parent 4f61812180
commit 507a211257
11 changed files with 21 additions and 19 deletions

View File

@@ -78,7 +78,7 @@ int BasicTest()
{
herr_t err;
int myRecord;
int count;
hsize_t count;
int error;
TESTING("basic funtionality")
@@ -133,7 +133,7 @@ out:
int TestCompoundDatatype()
{
hid_t dtypeID;
int count;
hsize_t count;
int error;
TESTING("compound datatypes")
@@ -439,7 +439,7 @@ int SystemTest()
TESTING("multiple datatypes")
hid_t dtypeID1, dtypeID2;
unsigned int count;
hsize_t count;
int error;
/* Creating two inter-related datatypes. Create two datasets and put