mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r12965] Removed the warning message of extend_file not having protocol by making it
static. Test: Heping.
This commit is contained in:
parent
10c0ac6e1e
commit
e75b0a6031
@ -112,7 +112,8 @@ error:
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
hid_t extend_file(hid_t file)
|
||||
static hid_t
|
||||
extend_file(hid_t file)
|
||||
{
|
||||
hid_t dcpl, space, dset;
|
||||
hsize_t ds_size[2] = {100, 100};
|
||||
|
Loading…
x
Reference in New Issue
Block a user