Re #589: Suppresses warning of unused var

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@6143 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Sauw Ming 2020-01-29 04:29:14 +00:00
parent 0e129f8665
commit 92571dd89a
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ EXPORT void speex_decorrelate(SpeexDecorrState *st, const spx_int16_t *in, spx_i
for (ch=0;ch<st->channels;ch++)
{
int i;
int N=2*st->frame_size;
//int N=2*st->frame_size;
float beta, beta2;
float *x;
float max_alpha = 0;