mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
[svn-r17596] Description:
Clean up minor compiler warning. Tested on: Mac OS X/32 10.6.1 (amazon)
This commit is contained in:
parent
10db3806f2
commit
63647f7f56
@ -229,7 +229,7 @@ hsize_t DataSet::getStorageSize() const
|
||||
//--------------------------------------------------------------------------
|
||||
size_t DataSet::getInMemDataSize() const
|
||||
{
|
||||
char *func = "DataSet::getInMemDataSize";
|
||||
const char *func = "DataSet::getInMemDataSize";
|
||||
|
||||
// Get the data type of this dataset
|
||||
hid_t mem_type_id = H5Dget_type(id);
|
||||
|
Loading…
x
Reference in New Issue
Block a user