From ff21832c6daecf1bfe263177f1e3182731dde2c8 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Tue, 20 Jul 2004 16:39:37 +0000 Subject: fix compiler warnings CVS patchset: 6825 CVS date: 2004/07/20 16:39:37 --- src/post/audio/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/post/audio') diff --git a/src/post/audio/window.c b/src/post/audio/window.c index 3fe76a112..23c024668 100644 --- a/src/post/audio/window.c +++ b/src/post/audio/window.c @@ -142,7 +142,7 @@ void flattop(int n,_ftype_t* w) */ #define BIZ_EPSILON 1E-21 /* Max error acceptable */ -_ftype_t besselizero(_ftype_t x) +static _ftype_t besselizero(_ftype_t x) { _ftype_t temp; _ftype_t sum = 1.0; -- cgit v1.2.3