summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/cb_search.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspeex/cb_search.c')
-rw-r--r--apps/codecs/libspeex/cb_search.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/codecs/libspeex/cb_search.c b/apps/codecs/libspeex/cb_search.c
index d280757..8a190e5 100644
--- a/apps/codecs/libspeex/cb_search.c
+++ b/apps/codecs/libspeex/cb_search.c
@@ -522,6 +522,9 @@ char *stack,
spx_int32_t *seed
)
{
+ (void)nsf;
+ (void)stack;
+ (void)seed;
int i,j;
VARDECL(int *ind);
VARDECL(int *signs);
@@ -609,6 +612,9 @@ char *stack,
spx_int32_t *seed
)
{
+ (void)par;
+ (void)bits;
+ (void)stack;
int i;
/* FIXME: This is bad, but I don't think the function ever gets called anyway */
for (i=0;i<nsf;i++)