From: Mickael Savinaud Date: Thu, 25 Oct 2012 17:31:18 +0000 (+0000) Subject: [trunk] remove last warnings from t1 X-Git-Tag: version.2.0~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b63d618e48ccafde8c4eb0888104f8fb58b581fe;p=openjpeg [trunk] remove last warnings from t1 --- diff --git a/src/lib/openjp2/t1.c b/src/lib/openjp2/t1.c index 19c06666..0fc17512 100644 --- a/src/lib/openjp2/t1.c +++ b/src/lib/openjp2/t1.c @@ -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 */