diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-10-25 17:31:18 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-10-25 17:31:18 +0000 |
| commit | b63d618e48ccafde8c4eb0888104f8fb58b581fe (patch) | |
| tree | d691dcaad42f091d5ddf6246638ddbdb5ac16ab0 | |
| parent | 8864c2d59bbc22fe87779ee3cdf58ec7ddfcaed0 (diff) | |
[trunk] remove last warnings from t1
| -rw-r--r-- | src/lib/openjp2/t1.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |
