[trunk] remove last warnings from t1
This commit is contained in:
parent
8864c2d59b
commit
b63d618e48
|
@ -1007,7 +1007,8 @@ static void opj_t1_dec_clnpass(
|
||||||
int orient,
|
int orient,
|
||||||
int cblksty)
|
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;
|
int segsym = cblksty & J2K_CCP_CBLKSTY_SEGSYM;
|
||||||
|
|
||||||
opj_mqc_t *mqc = t1->mqc; /* MQC component */
|
opj_mqc_t *mqc = t1->mqc; /* MQC component */
|
||||||
|
|
Loading…
Reference in New Issue