[trunk] remove last warnings from t1
authorMickael Savinaud <savmickael@users.noreply.github.com>
Thu, 25 Oct 2012 17:31:18 +0000 (17:31 +0000)
committerMickael Savinaud <savmickael@users.noreply.github.com>
Thu, 25 Oct 2012 17:31:18 +0000 (17:31 +0000)
src/lib/openjp2/t1.c

index 19c06666dce48277da4c31ea23969d39cedbe1d8..0fc175128ad6bf84bd8078a0005c6e555fd02529 100644 (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 */