Fixed a bunch of warnings

This commit is contained in:
Jean-Marc Valin 2008-02-19 13:12:32 +11:00
parent 25358cd407
commit 472a5f03c6
4 changed files with 8 additions and 9 deletions

View file

@ -166,7 +166,7 @@ void alg_quant(float *x, float *W, int N, int K, float *p, float alpha, ec_enc *
if (score>nbest[Lupdate-1]->score)
{
int k, n;
int k;
int id = Lupdate-1;
struct NBest *tmp_best;