From cc0d0285d80091771a933e464d624402bfd00a1d Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 13 Jan 2003 12:17:15 -0500 Subject: [PATCH] [svn-r6275] Purpose: Code cleanup Description: Added "UNUSED" flag to an inlinable function Platforms tested: FreeBSD 4.7 (sleipnir) w/gcc 3.2.1 --- src/H5Vprivate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5Vprivate.h b/src/H5Vprivate.h index 4d2065ecde..970a702eae 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;