mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r13025]
compiler warning clean ../../../hdf5/tools/lib/h5tools_ref.c:257: warning: old-style parameter declaration
This commit is contained in:
parent
49b662bd0d
commit
60b03e6af7
@ -254,7 +254,7 @@ ref_path_table_put(const char *path, haddr_t objno)
|
||||
*/
|
||||
int xid = 1;
|
||||
|
||||
int get_next_xid() {
|
||||
int get_next_xid(void) {
|
||||
return xid++;
|
||||
}
|
||||
|
||||
@ -266,7 +266,7 @@ int get_next_xid() {
|
||||
*/
|
||||
haddr_t fake_xid = HADDR_MAX;
|
||||
haddr_t
|
||||
get_fake_xid () {
|
||||
get_fake_xid (void) {
|
||||
return (fake_xid--);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user