diff options
| author | Antonin Descampe <antonin@gmail.com> | 2014-10-01 12:11:43 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2014-10-01 12:11:43 +0000 |
| commit | a1c754c737125da84829fdc25e4239892f7f1c85 (patch) | |
| tree | bbb5a1caf6cedb3f5d85851b1c6316b71f0ac115 /src/lib | |
| parent | fef1276901236faaa69925b20276a8aa15682b6a (diff) | |
[trunk] fixed warning from r2891
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/openjp2/pi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp2/pi.c b/src/lib/openjp2/pi.c index b3fe9af1..65ff6263 100644 --- a/src/lib/openjp2/pi.c +++ b/src/lib/openjp2/pi.c @@ -1105,7 +1105,7 @@ OPJ_BOOL opj_pi_check_next_level( OPJ_INT32 pos, break; case 'P': switch(tcp->prg){ - case OPJ_LRCP: // fall through + case OPJ_LRCP: /* fall through */ case OPJ_RLCP: if(tcp->prc_t == tcp->prcE){ if(opj_pi_check_next_level(i-1,cp,tileno,pino,prog)){ |
