mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-11 16:01:00 +08:00
[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:
parent
ce5dca112e
commit
cc0d0285d8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user