mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
[svn-r16671] fix compiler error on a missing "static" declaration
tested: linux
This commit is contained in:
parent
24160340ce
commit
cade98122a
@ -108,7 +108,7 @@ static int make_hlinks(hid_t loc_id);
|
||||
static int make_early(void);
|
||||
static int make_layout(hid_t loc_id);
|
||||
#ifdef H5_HAVE_FILTER_SZIP
|
||||
int make_szip(hid_t loc_id);
|
||||
static int make_szip(hid_t loc_id);
|
||||
#endif /* H5_HAVE_FILTER_SZIP */
|
||||
static int make_deflate(hid_t loc_id);
|
||||
static int make_shuffle(hid_t loc_id);
|
||||
|
Loading…
x
Reference in New Issue
Block a user