diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2013-09-18 21:53:21 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2013-09-18 21:53:21 (GMT) |
commit | b809481c42191945f87a10bbf9b0ff423e1fcf7e (patch) | |
tree | 4db2ba9400a94ed3b9700b54d234f27e2c9ba64a /src/H5FDmulti.c | |
parent | dd955dcfe2cb18b2de0fd8e8c583a0609e8b6eea (diff) | |
download | hdf5-b809481c42191945f87a10bbf9b0ff423e1fcf7e.zip hdf5-b809481c42191945f87a10bbf9b0ff423e1fcf7e.tar.gz hdf5-b809481c42191945f87a10bbf9b0ff423e1fcf7e.tar.bz2 |
[svn-r24156] Port r23987 from trunk to 1.8 branch.
Tested: jam, koala, ostrich, platypus (h5committest)
Log from r23987:
Merge r23939 from reduce_warning branch to trunk
Tested: jam, koala, ostrich (h5committest)
Log from 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/H5FDmulti.c')
-rw-r--r-- | src/H5FDmulti.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5FDmulti.c b/src/H5FDmulti.c index ea92900..bd192fd 100644 --- a/src/H5FDmulti.c +++ b/src/H5FDmulti.c @@ -1662,7 +1662,6 @@ H5FD_multi_read(H5FD_t *_file, H5FD_mem_t type, hid_t dxpl_id, haddr_t addr, htri_t prop_exists = FALSE; /* Whether the multi VFD DXPL property already exists */ H5FD_mem_t mt, mmt, hi = H5FD_MEM_DEFAULT; haddr_t start_addr = 0; - static const char *func = "H5FD_multi_read"; /* Function Name for error reporting */ /* Clear the error stack */ H5Eclear2(H5E_DEFAULT); @@ -1714,7 +1713,6 @@ H5FD_multi_write(H5FD_t *_file, H5FD_mem_t type, hid_t dxpl_id, haddr_t addr, htri_t prop_exists = FALSE; /* Whether the multi VFD DXPL property already exists */ H5FD_mem_t mt, mmt, hi = H5FD_MEM_DEFAULT; haddr_t start_addr = 0; - static const char *func = "H5FD_multi_read"; /* Function Name for error reporting */ /* Clear the error stack */ H5Eclear2(H5E_DEFAULT); |