summaryrefslogtreecommitdiffstats
path: root/src/H5Zfletcher32.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-12-14 19:19:19 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-12-14 19:19:19 (GMT)
commit61cee5f91a60fa369165f378fe51ca677a300e74 (patch)
tree54a13a6c7d3c46aadb5d75466dc37da58509c11b /src/H5Zfletcher32.c
parentddd91a7b1932d7efebcaba60d13beb5f237fc95d (diff)
downloadhdf5-61cee5f91a60fa369165f378fe51ca677a300e74.zip
hdf5-61cee5f91a60fa369165f378fe51ca677a300e74.tar.gz
hdf5-61cee5f91a60fa369165f378fe51ca677a300e74.tar.bz2
[svn-r28646] Minor normalization with revise_chunks.
Also purged obsolete /*ARGSUSED*/ from the library. Tested on: Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only (these changes have been in revise_chunks for a long time)
Diffstat (limited to 'src/H5Zfletcher32.c')
-rw-r--r--src/H5Zfletcher32.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Zfletcher32.c b/src/H5Zfletcher32.c
index 690d7a2..9ff85cc 100644
--- a/src/H5Zfletcher32.c
+++ b/src/H5Zfletcher32.c
@@ -70,7 +70,6 @@ const H5Z_class2_t H5Z_FLETCHER32[1] = {{
* with Release 1.6.2 and before.
*-------------------------------------------------------------------------
*/
-/* ARGSUSED */
static size_t
H5Z_filter_fletcher32 (unsigned flags, size_t H5_ATTR_UNUSED cd_nelmts, const unsigned H5_ATTR_UNUSED cd_values[],
size_t nbytes, size_t *buf_size, void **buf)