[svn-r6275] Purpose:

Code cleanup

Description:
    Added "UNUSED" flag to an inlinable function

Platforms tested:
    FreeBSD 4.7 (sleipnir) w/gcc 3.2.1
This commit is contained in:
Quincey Koziol 2003-01-13 12:17:15 -05:00
parent ce5dca112e
commit cc0d0285d8

View File

@ -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;