diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2013-07-26 22:14:03 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2013-07-26 22:14:03 (GMT) |
commit | cd7ba8ad55e7432bba2e778b6ffdceb7e8293907 (patch) | |
tree | 02c5ebbd1c7e0c0e045d39d3aad0ff06290c0e0a /src/H5G.c | |
parent | 69e501fc70450eec20b5f20a248467347b69547c (diff) | |
download | hdf5-cd7ba8ad55e7432bba2e778b6ffdceb7e8293907.zip hdf5-cd7ba8ad55e7432bba2e778b6ffdceb7e8293907.tar.gz hdf5-cd7ba8ad55e7432bba2e778b6ffdceb7e8293907.tar.bz2 |
[svn-r23939] Fix unused variables warnings in trunk
Rename static functions in H5Adense.c, H5B2cache.c, H5Bcache.c
Switch these functions to use FUNC_ENTER_STATIC* macros
Tested: koala
Diffstat (limited to 'src/H5G.c')
-rw-r--r-- | src/H5G.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -495,14 +495,7 @@ done: hid_t H5Gget_create_plist(hid_t group_id) { - H5O_linfo_t linfo; /* Link info message */ - htri_t ginfo_exists; - htri_t linfo_exists; - htri_t pline_exists; H5G_t *group = NULL; - H5P_genplist_t *gcpl_plist; - H5P_genplist_t *new_plist; - hid_t new_gcpl_id = FAIL; hid_t ret_value = FAIL; FUNC_ENTER_API(FAIL) |