summaryrefslogtreecommitdiffstats
path: root/src/H5Vprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-01-13 17:17:15 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-01-13 17:17:15 (GMT)
commitcc0d0285d80091771a933e464d624402bfd00a1d (patch)
tree8c02d08fd0d7ec6f2cf5e7c1aa03cae9a3244087 /src/H5Vprivate.h
parentce5dca112e7b221b5573137d02baa6acd98a8c43 (diff)
downloadhdf5-cc0d0285d80091771a933e464d624402bfd00a1d.zip
hdf5-cc0d0285d80091771a933e464d624402bfd00a1d.tar.gz
hdf5-cc0d0285d80091771a933e464d624402bfd00a1d.tar.bz2
[svn-r6275] Purpose:
Code cleanup Description: Added "UNUSED" flag to an inlinable function Platforms tested: FreeBSD 4.7 (sleipnir) w/gcc 3.2.1
Diffstat (limited to 'src/H5Vprivate.h')
-rw-r--r--src/H5Vprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Vprivate.h b/src/H5Vprivate.h
index 4d2065e..970a702 100644
--- a/src/H5Vprivate.h
+++ b/src/H5Vprivate.h
@@ -95,7 +95,7 @@ H5_DLL hsize_t H5V_array_offset(unsigned n, const hsize_t *total_size,
*
*-------------------------------------------------------------------------
*/
-static H5_inline hsize_t
+static H5_inline hsize_t UNUSED
H5V_vector_reduce_product(unsigned n, const hsize_t *v)
{
hsize_t ret_value = 1;