[trunk] remove last warnings from t1

This commit is contained in:
Mickael Savinaud 2012-10-25 17:31:18 +00:00
parent 8864c2d59b
commit b63d618e48
1 changed files with 2 additions and 1 deletions

View File

@ -1007,7 +1007,8 @@ static void opj_t1_dec_clnpass(
int orient,
int cblksty)
{
int i, j, k, one, half, oneplushalf, agg, runlen, vsc;
int one, half, oneplushalf, agg, runlen, vsc;
OPJ_UINT32 i, j, k;
int segsym = cblksty & J2K_CCP_CBLKSTY_SEGSYM;
opj_mqc_t *mqc = t1->mqc; /* MQC component */