Fixed a bunch of warnings
This commit is contained in:
parent
25358cd407
commit
472a5f03c6
4 changed files with 8 additions and 9 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue