diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2013-08-09 21:59:14 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2013-08-09 21:59:14 (GMT) |
commit | 825fe5689268fd48a325b3cc8d918e9c537f9283 (patch) | |
tree | 70807366d630abf0708bae943522dc758a8c6fda /src/H5Pocpl.c | |
parent | ef73979a41232e2b5bac533923bff66fb90b511f (diff) | |
download | hdf5-825fe5689268fd48a325b3cc8d918e9c537f9283.zip hdf5-825fe5689268fd48a325b3cc8d918e9c537f9283.tar.gz hdf5-825fe5689268fd48a325b3cc8d918e9c537f9283.tar.bz2 |
[svn-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/H5Pocpl.c')
-rw-r--r-- | src/H5Pocpl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Pocpl.c b/src/H5Pocpl.c index 2166020..32f6a1b 100644 --- a/src/H5Pocpl.c +++ b/src/H5Pocpl.c @@ -1195,7 +1195,6 @@ htri_t H5P_filter_in_pline(H5P_genplist_t *plist, H5Z_filter_t id) { H5O_pline_t pline; /* Filter pipeline */ - H5Z_filter_info_t *filter; /* Pointer to filter information */ htri_t ret_value = SUCCEED; /* Return value */ FUNC_ENTER_NOAPI(FAIL) |