diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-01-13 17:17:15 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-01-13 17:17:15 (GMT) |
commit | cc0d0285d80091771a933e464d624402bfd00a1d (patch) | |
tree | 8c02d08fd0d7ec6f2cf5e7c1aa03cae9a3244087 /src | |
parent | ce5dca112e7b221b5573137d02baa6acd98a8c43 (diff) | |
download | hdf5-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')
-rw-r--r-- | src/H5Vprivate.h | 2 |
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; |